Class: Aws::SageMaker::Types::ListDataQualityJobDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListDataQualityJobDefinitionsResponse
- Defined in:
- gems/aws-sdk-sagemaker/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 aNextToken
.
Instance Attribute Details
#job_definition_summaries ⇒ Array<Types::MonitoringJobDefinitionSummary>
A list of data quality monitoring job definitions.
28774 28775 28776 28777 28778 28779 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28774 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.
28774 28775 28776 28777 28778 28779 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28774 class ListDataQualityJobDefinitionsResponse < Struct.new( :job_definition_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |