Class: Aws::SageMaker::Types::DeleteAIRecommendationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteAIRecommendationJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_recommendation_job_name ⇒ String
The name of the AI recommendation job to delete.
Instance Attribute Details
#ai_recommendation_job_name ⇒ String
The name of the AI recommendation job to delete.
15295 15296 15297 15298 15299 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 15295 class DeleteAIRecommendationJobRequest < Struct.new( :ai_recommendation_job_name) SENSITIVE = [] include Aws::Structure end |