Class: Aws::SageMaker::Types::ListInferenceRecommendationsJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListInferenceRecommendationsJobsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_recommendations_jobs ⇒ Array<Types::InferenceRecommendationsJob>
The recommendations created from the Amazon SageMaker Inference Recommender job.
-
#next_token ⇒ String
A token for getting the next set of recommendations, if there are any.
Instance Attribute Details
#inference_recommendations_jobs ⇒ Array<Types::InferenceRecommendationsJob>
The recommendations created from the Amazon SageMaker Inference Recommender job.
28705 28706 28707 28708 28709 28710 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28705 class ListInferenceRecommendationsJobsResponse < Struct.new( :inference_recommendations_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token for getting the next set of recommendations, if there are any.
28705 28706 28707 28708 28709 28710 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28705 class ListInferenceRecommendationsJobsResponse < Struct.new( :inference_recommendations_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |