Class: Aws::SageMaker::Types::StopTrainingJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopTrainingJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
43655 43656 43657 43658 43659 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 43655 class StopTrainingJobRequest < Struct.new( :training_job_name) SENSITIVE = [] include Aws::Structure end |