Class: Aws::SageMaker::Types::CreateAutoMLJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateAutoMLJobResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Instance Attribute Summary collapse
-
#auto_ml_job_arn ⇒ String
When a job is created, it is assigned a unique ARN.
Instance Attribute Details
#auto_ml_job_arn ⇒ String
When a job is created, it is assigned a unique ARN.
2352 2353 2354 2355 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2352 class CreateAutoMLJobResponse < Struct.new( :auto_ml_job_arn) include Aws::Structure end |