Class: Aws::SageMaker::Types::ListOptimizationJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListOptimizationJobsResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
32143 32144 32145 32146 32147 32148 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32143 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.
32143 32144 32145 32146 32147 32148 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32143 class ListOptimizationJobsResponse < Struct.new( :optimization_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |