Class: Aws::SageMaker::Types::ListAIRecommendationJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListAIRecommendationJobsResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_recommendation_jobs ⇒ Array<Types::AIRecommendationJobSummary>
An array of
AIRecommendationJobSummaryobjects, one for each recommendation job that matches the specified filters. -
#next_token ⇒ String
If the response is truncated, Amazon SageMaker AI returns this token.
Instance Attribute Details
#ai_recommendation_jobs ⇒ Array<Types::AIRecommendationJobSummary>
An array of AIRecommendationJobSummary objects, one for each
recommendation job that matches the specified filters.
32819 32820 32821 32822 32823 32824 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32819 class ListAIRecommendationJobsResponse < Struct.new( :ai_recommendation_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, Amazon SageMaker AI returns this token. To retrieve the next set of jobs, use it in the subsequent request.
32819 32820 32821 32822 32823 32824 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32819 class ListAIRecommendationJobsResponse < Struct.new( :ai_recommendation_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |