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.
34111 34112 34113 34114 34115 34116 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34111 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.
34111 34112 34113 34114 34115 34116 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34111 class ListOptimizationJobsResponse < Struct.new( :optimization_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |