Class: Aws::SageMaker::Types::DescribeComputeQuotaRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeComputeQuotaRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #compute_quota_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ID of the compute allocation definition.
 - 
  
    
      #compute_quota_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Version of the compute allocation definition.
 
Instance Attribute Details
#compute_quota_id ⇒ String
ID of the compute allocation definition.
      14004 14005 14006 14007 14008 14009  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 14004 class DescribeComputeQuotaRequest < Struct.new( :compute_quota_id, :compute_quota_version) SENSITIVE = [] include Aws::Structure end  | 
  
#compute_quota_version ⇒ Integer
Version of the compute allocation definition.
      14004 14005 14006 14007 14008 14009  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 14004 class DescribeComputeQuotaRequest < Struct.new( :compute_quota_id, :compute_quota_version) SENSITIVE = [] include Aws::Structure end  |