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

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

Returns:

  • (String)


39521
39522
39523
39524
39525
# File 'lib/aws-sdk-sagemaker/types.rb', line 39521

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