Class: Aws::SageMaker::Types::DescribeLabelingJobRequest

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_nameString

The name of the labeling job to return information for.

Returns:

  • (String)


14487
14488
14489
14490
14491
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14487

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