Class: Aws::SageMaker::Types::LabelingJobOutput

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

Overview

Specifies the location of the output produced by the labeling job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#final_active_learning_model_arnString

The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of automated data labeling.

Returns:

  • (String)


24265
24266
24267
24268
24269
24270
# File 'lib/aws-sdk-sagemaker/types.rb', line 24265

class LabelingJobOutput < Struct.new(
  :output_dataset_s3_uri,
  :final_active_learning_model_arn)
  SENSITIVE = []
  include Aws::Structure
end

#output_dataset_s3_uriString

The Amazon S3 bucket location of the manifest file for labeled data.

Returns:

  • (String)


24265
24266
24267
24268
24269
24270
# File 'lib/aws-sdk-sagemaker/types.rb', line 24265

class LabelingJobOutput < Struct.new(
  :output_dataset_s3_uri,
  :final_active_learning_model_arn)
  SENSITIVE = []
  include Aws::Structure
end