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.
41590 41591 41592 41593 41594 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41590 class StopAutoMLJobRequest < Struct.new( :auto_ml_job_name) SENSITIVE = [] include Aws::Structure end |