Class: Aws::SageMaker::Types::ListInferenceRecommendationsJobsResponse

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

#inference_recommendations_jobsArray<Types::InferenceRecommendationsJob>

The recommendations created from the Amazon SageMaker Inference Recommender job.



25409
25410
25411
25412
25413
25414
# File 'lib/aws-sdk-sagemaker/types.rb', line 25409

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

#next_tokenString

A token for getting the next set of recommendations, if there are any.

Returns:

  • (String)


25409
25410
25411
25412
25413
25414
# File 'lib/aws-sdk-sagemaker/types.rb', line 25409

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