Class: Aws::SageMaker::Types::CreateAutoMLJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_job_arnString

The unique ARN assigned to the AutoML job when it is created.

Returns:

  • (String)


5611
5612
5613
5614
5615
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5611

class CreateAutoMLJobResponse < Struct.new(
  :auto_ml_job_arn)
  SENSITIVE = []
  include Aws::Structure
end