Class: Aws::SageMaker::Types::StopAIRecommendationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopAIRecommendationJobRequest
- Defined in:
- gems/aws-sdk-sagemaker/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 stop.
Instance Attribute Details
#ai_recommendation_job_name ⇒ String
The name of the AI recommendation job to stop.
50757 50758 50759 50760 50761 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50757 class StopAIRecommendationJobRequest < Struct.new( :ai_recommendation_job_name) SENSITIVE = [] include Aws::Structure end |