Class: Aws::SageMaker::Types::ListAIRecommendationJobsResponse

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

#ai_recommendation_jobsArray<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_tokenString

If the response is truncated, Amazon SageMaker AI returns this token. To retrieve the next set of jobs, use it in the subsequent request.

Returns:

  • (String)


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