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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


5283
5284
5285
5286
5287
# File 'lib/aws-sdk-sagemaker/types.rb', line 5283

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