Class: Aws::SageMaker::Types::ListModelQualityJobDefinitionsResponse

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 summaries of model quality monitoring job definitions.



28189
28190
28191
28192
28193
28194
# File 'lib/aws-sdk-sagemaker/types.rb', line 28189

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

#next_tokenString

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of model quality monitoring job definitions, use it in the next request.

Returns:

  • (String)


28189
28190
28191
28192
28193
28194
# File 'lib/aws-sdk-sagemaker/types.rb', line 28189

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