Class: Aws::SageMaker::Types::DescribeAIRecommendationJobRequest

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_job_nameString

The name of the AI recommendation job to describe.

Returns:

  • (String)


16713
16714
16715
16716
16717
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16713

class DescribeAIRecommendationJobRequest < Struct.new(
  :ai_recommendation_job_name)
  SENSITIVE = []
  include Aws::Structure
end