Class: Aws::SageMaker::Types::StopLabelingJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopLabelingJobRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
43694 43695 43696 43697 43698 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43694 class StopLabelingJobRequest < Struct.new( :labeling_job_name) SENSITIVE = [] include Aws::Structure end |