Class: Aws::SageMaker::Types::StopLabelingJobRequest

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 stop.

Returns:

  • (String)


39578
39579
39580
39581
39582
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39578

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