Class: Aws::SageMaker::Types::ListModelBiasJobDefinitionsResponse

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 JSON array in which each element is a summary for a model bias jobs.



27611
27612
27613
27614
27615
27616
# File 'lib/aws-sdk-sagemaker/types.rb', line 27611

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

#next_tokenString

The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

Returns:

  • (String)


27611
27612
27613
27614
27615
27616
# File 'lib/aws-sdk-sagemaker/types.rb', line 27611

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