Class: Aws::SageMaker::Types::CreateLabelingJobResponse

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

#labeling_job_arnString

The Amazon Resource Name (ARN) of the labeling job. You use this ARN to identify the labeling job.

Returns:

  • (String)


7403
7404
7405
7406
7407
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7403

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