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
Note:
When making an API call, you may pass StopAutoMLJobRequest data as a hash:
{
auto_ml_job_name: "AutoMLJobName", # required
}
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.
17603 17604 17605 17606 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17603 class StopAutoMLJobRequest < Struct.new( :auto_ml_job_name) include Aws::Structure end |