Class: Aws::SageMaker::Types::StopLabelingJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopLabelingJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#labeling_job_name ⇒ String
The name of the labeling job to stop.
Instance Attribute Details
#labeling_job_name ⇒ String
The name of the labeling job to stop.
41726 41727 41728 41729 41730 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41726 class StopLabelingJobRequest < Struct.new( :labeling_job_name) SENSITIVE = [] include Aws::Structure end |