Class: Aws::SageMaker::Types::ListInferenceRecommendationsJobStepsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that you can specify in your next request to return more results from the list.

Returns:

  • (String)


27222
27223
27224
27225
27226
27227
# File 'lib/aws-sdk-sagemaker/types.rb', line 27222

class ListInferenceRecommendationsJobStepsResponse < Struct.new(
  :steps,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#stepsArray<Types::InferenceRecommendationsJobStep>

A list of all subtask details in Inference Recommender.



27222
27223
27224
27225
27226
27227
# File 'lib/aws-sdk-sagemaker/types.rb', line 27222

class ListInferenceRecommendationsJobStepsResponse < Struct.new(
  :steps,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end