Class: Aws::SageMaker::Types::CreateAIRecommendationJobResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_recommendation_job_arnString

The Amazon Resource Name (ARN) of the created recommendation job.

Returns:

  • (String)


8636
8637
8638
8639
8640
# File 'lib/aws-sdk-sagemaker/types.rb', line 8636

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