Class: Aws::SageMaker::Types::CreateComputeQuotaResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateComputeQuotaResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #compute_quota_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ARN of the compute allocation definition.
 - 
  
    
      #compute_quota_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ID of the compute allocation definition.
 
Instance Attribute Details
#compute_quota_arn ⇒ String
ARN of the compute allocation definition.
      6504 6505 6506 6507 6508 6509  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6504 class CreateComputeQuotaResponse < Struct.new( :compute_quota_arn, :compute_quota_id) SENSITIVE = [] include Aws::Structure end  | 
  
#compute_quota_id ⇒ String
ID of the compute allocation definition.
      6504 6505 6506 6507 6508 6509  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6504 class CreateComputeQuotaResponse < Struct.new( :compute_quota_arn, :compute_quota_id) SENSITIVE = [] include Aws::Structure end  |