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.
32445 32446 32447 32448 32449 32450 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32445 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.
32445 32446 32447 32448 32449 32450 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32445 class ListOptimizationJobsResponse < Struct.new( :optimization_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |