Class: Aws::SageMaker::Types::ProcessingResources
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ProcessingResources
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_config  ⇒ Types::ProcessingClusterConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration for the resources in a cluster used to run the processing job.
 
Instance Attribute Details
#cluster_config ⇒ Types::ProcessingClusterConfig
The configuration for the resources in a cluster used to run the processing job.
      38816 38817 38818 38819 38820  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 38816 class ProcessingResources < Struct.new( :cluster_config) SENSITIVE = [] include Aws::Structure end  |