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

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

#inference_recommendations_jobsArray<Types::InferenceRecommendationsJob>

The recommendations created from the Amazon SageMaker Inference Recommender job.



27312
27313
27314
27315
27316
27317
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27312

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)


27312
27313
27314
27315
27316
27317
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27312

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