Class: Aws::SageMaker::Types::MonitoringResources
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::MonitoringResources
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Identifies the resources to deploy for a monitoring job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_config  ⇒ Types::MonitoringClusterConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration for the cluster resources used to run the processing job.
 
Instance Attribute Details
#cluster_config ⇒ Types::MonitoringClusterConfig
The configuration for the cluster resources used to run the processing job.
      36002 36003 36004 36005 36006  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 36002 class MonitoringResources < Struct.new( :cluster_config) SENSITIVE = [] include Aws::Structure end  |