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
Note:
When making an API call, you may pass StopLabelingJobRequest data as a hash:
{
labeling_job_name: "LabelingJobName", # required
}
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.
17657 17658 17659 17660 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17657 class StopLabelingJobRequest < Struct.new( :labeling_job_name) include Aws::Structure end |