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)


44516
44517
44518
44519
44520
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44516

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