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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_job_arnString

When a job is created, it is assigned a unique ARN.

Returns:

  • (String)


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