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)


4890
4891
4892
4893
4894
# File 'lib/aws-sdk-sagemaker/types.rb', line 4890

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