Class: Aws::SageMaker::Types::ListDataQualityJobDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListDataQualityJobDefinitionsResponse
- 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 list of data quality monitoring job definitions.
-
#next_token ⇒ String
If the result of the previous
ListDataQualityJobDefinitionsrequest was truncated, the response includes aNextToken.
Instance Attribute Details
#job_definition_summaries ⇒ Array<Types::MonitoringJobDefinitionSummary>
A list of data quality monitoring job definitions.
32191 32192 32193 32194 32195 32196 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32191 class ListDataQualityJobDefinitionsResponse < Struct.new( :job_definition_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the result of the previous ListDataQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of data quality monitoring job definitions, use the token in the next request.
32191 32192 32193 32194 32195 32196 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32191 class ListDataQualityJobDefinitionsResponse < Struct.new( :job_definition_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |