Class: Aws::SageMaker::Types::DescribeAutoMLJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeAutoMLJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass DescribeAutoMLJobRequest data as a hash:
{
auto_ml_job_name: "AutoMLJobName", # required
}
Instance Attribute Summary collapse
-
#auto_ml_job_name ⇒ String
Request information about a job using that job’s unique name.
Instance Attribute Details
#auto_ml_job_name ⇒ String
Request information about a job using that job’s unique name.
6234 6235 6236 6237 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6234 class DescribeAutoMLJobRequest < Struct.new( :auto_ml_job_name) include Aws::Structure end |