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

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

Overview

Note:

When making an API call, you may pass DescribeLabelingJobRequest data as a hash:

{
  labeling_job_name: "LabelingJobName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#labeling_job_nameString

The name of the labeling job to return information for.

Returns:

  • (String)


3645
3646
3647
3648
# File 'lib/aws-sdk-sagemaker/types.rb', line 3645

class DescribeLabelingJobRequest < Struct.new(
  :labeling_job_name)
  include Aws::Structure
end