Class: Aws::SageMaker::Types::ListModelExplainabilityJobDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListModelExplainabilityJobDefinitionsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_definition_summaries ⇒ Array<Types::MonitoringJobDefinitionSummary>
A JSON array in which each element is a summary for a explainability bias jobs.
-
#next_token ⇒ String
The token returned if the response is truncated.
Instance Attribute Details
#job_definition_summaries ⇒ Array<Types::MonitoringJobDefinitionSummary>
A JSON array in which each element is a summary for a explainability bias jobs.
30703 30704 30705 30706 30707 30708 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30703 class ListModelExplainabilityJobDefinitionsResponse < Struct.new( :job_definition_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
30703 30704 30705 30706 30707 30708 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30703 class ListModelExplainabilityJobDefinitionsResponse < Struct.new( :job_definition_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |