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.
48782 48783 48784 48785 48786 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 48782 class StopTransformJobRequest < Struct.new( :transform_job_name) SENSITIVE = [] include Aws::Structure end |