Class: Aws::SageMaker::Types::DeleteAIRecommendationJobResponse

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_arnString

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

Returns:

  • (String)


15346
15347
15348
15349
15350
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15346

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