Class: Aws::SageMaker::Types::DescribeAutoMLJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeAutoMLJobRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_ml_job_name ⇒ String
Requests information about an AutoML job using its unique name.
Instance Attribute Details
#auto_ml_job_name ⇒ String
Requests information about an AutoML job using its unique name.
10064 10065 10066 10067 10068 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10064 class DescribeAutoMLJobRequest < Struct.new( :auto_ml_job_name) SENSITIVE = [] include Aws::Structure end |