Class: Aws::SageMaker::Types::CreateAutoMLJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateAutoMLJobResponse
- Defined in:
- gems/aws-sdk-sagemaker/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 AutoML job when it is created.
Instance Attribute Details
#auto_ml_job_arn ⇒ String
The unique ARN assigned to the AutoML job when it is created.
5676 5677 5678 5679 5680 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5676 class CreateAutoMLJobResponse < Struct.new( :auto_ml_job_arn) SENSITIVE = [] include Aws::Structure end |