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.
41872 41873 41874 41875 41876 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41872 class StopTrainingJobRequest < Struct.new( :training_job_name) SENSITIVE = [] include Aws::Structure end |