Class: Aws::SageMaker::Types::StopInferenceRecommendationsJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopInferenceRecommendationsJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_name ⇒ String
The name of the job you want to stop.
Instance Attribute Details
#job_name ⇒ String
The name of the job you want to stop.
41816 41817 41818 41819 41820 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41816 class StopInferenceRecommendationsJobRequest < Struct.new( :job_name) SENSITIVE = [] include Aws::Structure end |