Class: Aws::SageMaker::Types::ListDataQualityJobDefinitionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_definition_summariesArray<Types::MonitoringJobDefinitionSummary>

A list of data quality monitoring job definitions.



25771
25772
25773
25774
25775
25776
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25771

class ListDataQualityJobDefinitionsResponse < Struct.new(
  :job_definition_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


25771
25772
25773
25774
25775
25776
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25771

class ListDataQualityJobDefinitionsResponse < Struct.new(
  :job_definition_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end