Class: Aws::SageMaker::Types::CreateAutoMLJobV2Response

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 AutoMLJob when it is created.

Returns:

  • (String)


5419
5420
5421
5422
5423
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5419

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