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 ‘ListDataQualityJobDefinitions` request was truncated, the response includes a `NextToken`.
Instance Attribute Details
#job_definition_summaries ⇒ Array<Types::MonitoringJobDefinitionSummary>
A list of data quality monitoring job definitions.
27162 27163 27164 27165 27166 27167 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27162 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.
27162 27163 27164 27165 27166 27167 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27162 class ListDataQualityJobDefinitionsResponse < Struct.new( :job_definition_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |