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
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.
12606 12607 12608 12609 12610 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12606 class DescribeAutoMLJobRequest < Struct.new( :auto_ml_job_name) SENSITIVE = [] include Aws::Structure end |