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.
32184 32185 32186 32187 32188 32189 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32184 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.
32184 32185 32186 32187 32188 32189 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32184 class ListDataQualityJobDefinitionsResponse < Struct.new( :job_definition_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |