Class: Aws::SageMaker::Types::DescribeAutoMLJobV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeAutoMLJobV2Request
- 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 V2 using its unique name.
Instance Attribute Details
#auto_ml_job_name ⇒ String
Requests information about an AutoML job V2 using its unique name.
12782 12783 12784 12785 12786 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12782 class DescribeAutoMLJobV2Request < Struct.new( :auto_ml_job_name) SENSITIVE = [] include Aws::Structure end |