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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


30221
30222
30223
30224
30225
30226
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30221

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

#stepsArray<Types::InferenceRecommendationsJobStep>

A list of all subtask details in Inference Recommender.



30221
30222
30223
30224
30225
30226
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30221

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