Class: Aws::SageMaker::Types::CreateAutoMLJobV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateAutoMLJobV2Response
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_ml_job_arn ⇒ String
The unique ARN assigned to the AutoMLJob when it is created.
Instance Attribute Details
#auto_ml_job_arn ⇒ String
The unique ARN assigned to the AutoMLJob when it is created.
5817 5818 5819 5820 5821 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5817 class CreateAutoMLJobV2Response < Struct.new( :auto_ml_job_arn) SENSITIVE = [] include Aws::Structure end |