Class: Aws::SageMaker::Types::ListOptimizationJobsResponse

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

#next_tokenString

The token to use in a subsequent request to get the next set of results following a truncated response.

Returns:

  • (String)


30425
30426
30427
30428
30429
30430
# File 'lib/aws-sdk-sagemaker/types.rb', line 30425

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

#optimization_job_summariesArray<Types::OptimizationJobSummary>

A list of optimization jobs and their properties that matches any of the filters you specified in the request.

Returns:



30425
30426
30427
30428
30429
30430
# File 'lib/aws-sdk-sagemaker/types.rb', line 30425

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