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.
5856 5857 5858 5859 5860 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5856 class CreateAutoMLJobV2Response < Struct.new( :auto_ml_job_arn) SENSITIVE = [] include Aws::Structure end |