Class: Aws::SageMaker::Types::StopTransformJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopTransformJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transform_job_name ⇒ String
The name of the batch transform job to stop.
Instance Attribute Details
#transform_job_name ⇒ String
The name of the batch transform job to stop.
41856 41857 41858 41859 41860 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41856 class StopTransformJobRequest < Struct.new( :transform_job_name) SENSITIVE = [] include Aws::Structure end |