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

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

#labeling_job_nameString

The name of the labeling job to return information for.

Returns:

  • (String)


13451
13452
13453
13454
13455
# File 'lib/aws-sdk-sagemaker/types.rb', line 13451

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