Class: Aws::SageMaker::Types::StopJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopJobRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_category ⇒ String
The category of the job to stop.
-
#job_name ⇒ String
The name of the job to stop.
Instance Attribute Details
#job_category ⇒ String
The category of the job to stop.
51736 51737 51738 51739 51740 51741 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51736 class StopJobRequest < Struct.new( :job_name, :job_category) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of the job to stop.
51736 51737 51738 51739 51740 51741 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51736 class StopJobRequest < Struct.new( :job_name, :job_category) SENSITIVE = [] include Aws::Structure end |