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)


25072
25073
25074
25075
25076
25077
# File 'lib/aws-sdk-sagemaker/types.rb', line 25072

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

#stepsArray<Types::InferenceRecommendationsJobStep>

A list of all subtask details in Inference Recommender.



25072
25073
25074
25075
25076
25077
# File 'lib/aws-sdk-sagemaker/types.rb', line 25072

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