Class: Aws::SageMaker::Types::ListInferenceRecommendationsJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListInferenceRecommendationsJobsResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
30317 30318 30319 30320 30321 30322 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30317 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.
30317 30318 30319 30320 30321 30322 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30317 class ListInferenceRecommendationsJobsResponse < Struct.new( :inference_recommendations_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |