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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.



25777
25778
25779
25780
25781
25782
# File 'lib/aws-sdk-sagemaker/types.rb', line 25777

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)


25777
25778
25779
25780
25781
25782
# File 'lib/aws-sdk-sagemaker/types.rb', line 25777

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