Class: Aws::SageMaker::Types::ListOptimizationJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListOptimizationJobsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use in a subsequent request to get the next set of results following a truncated response.
-
#optimization_job_summaries ⇒ Array<Types::OptimizationJobSummary>
A list of optimization jobs and their properties that matches any of the filters you specified in the request.
Instance Attribute Details
#next_token ⇒ String
The token to use in a subsequent request to get the next set of results following a truncated response.
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_summaries ⇒ Array<Types::OptimizationJobSummary>
A list of optimization jobs and their properties that matches any of the filters you specified in the request.
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 |