Class: Aws::SageMaker::Types::StopAIRecommendationJobResponse

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 stopped recommendation job.

Returns:

  • (String)


50497
50498
50499
50500
50501
# File 'lib/aws-sdk-sagemaker/types.rb', line 50497

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