Class: Aws::SageMaker::Types::DeleteAIRecommendationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteAIRecommendationJobResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_recommendation_job_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted recommendation job.
Instance Attribute Details
#ai_recommendation_job_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted recommendation job.
15298 15299 15300 15301 15302 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15298 class DeleteAIRecommendationJobResponse < Struct.new( :ai_recommendation_job_arn) SENSITIVE = [] include Aws::Structure end |