Class: Aws::SageMaker::Types::StopTrainingJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopTrainingJobRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
43812 43813 43814 43815 43816 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43812 class StopTrainingJobRequest < Struct.new( :training_job_name) SENSITIVE = [] include Aws::Structure end |