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.
48897 48898 48899 48900 48901 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 48897 class StopTrainingJobRequest < Struct.new( :training_job_name) SENSITIVE = [] include Aws::Structure end |