You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::StopTrainingJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopTrainingJobRequest
- Defined in:
- (unknown)
Overview
Note:
When passing StopTrainingJobRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
training_job_name: "TrainingJobName", # required
}
Instance Attribute Summary collapse
-
#training_job_name ⇒ String
The name of the training job to stop.
Instance Attribute Details
#training_job_name ⇒ String
The name of the training job to stop.