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
Note:
When making an API call, you may pass StopTransformJobRequest data as a hash:
{
transform_job_name: "TransformJobName", # required
}
Instance Attribute Summary collapse
-
#transform_job_name ⇒ String
The name of the transform job to stop.
Instance Attribute Details
#transform_job_name ⇒ String
The name of the transform job to stop.
17747 17748 17749 17750 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17747 class StopTransformJobRequest < Struct.new( :transform_job_name) include Aws::Structure end |