Class: Aws::SageMaker::Types::StopAutoMLJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopAutoMLJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_ml_job_name ⇒ String
The name of the object you are requesting.
Instance Attribute Details
#auto_ml_job_name ⇒ String
The name of the object you are requesting.
41527 41528 41529 41530 41531 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41527 class StopAutoMLJobRequest < Struct.new( :auto_ml_job_name) SENSITIVE = [] include Aws::Structure end |