Class: Aws::SageMaker::Types::ListInferenceRecommendationsJobStepsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListInferenceRecommendationsJobStepsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that you can specify in your next request to return more results from the list.
-
#steps ⇒ Array<Types::InferenceRecommendationsJobStep>
A list of all subtask details in Inference Recommender.
Instance Attribute Details
#next_token ⇒ String
A token that you can specify in your next request to return more results from the list.
28609 28610 28611 28612 28613 28614 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28609 class ListInferenceRecommendationsJobStepsResponse < Struct.new( :steps, :next_token) SENSITIVE = [] include Aws::Structure end |
#steps ⇒ Array<Types::InferenceRecommendationsJobStep>
A list of all subtask details in Inference Recommender.
28609 28610 28611 28612 28613 28614 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28609 class ListInferenceRecommendationsJobStepsResponse < Struct.new( :steps, :next_token) SENSITIVE = [] include Aws::Structure end |