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.
      44081 44082 44083 44084 44085  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 44081 class StopTransformJobRequest < Struct.new( :transform_job_name) SENSITIVE = [] include Aws::Structure end  |