Class: Aws::SageMaker::Types::CreateComputeQuotaRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateComputeQuotaRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #activation_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the compute allocation being described.
 - 
  
    
      #cluster_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ARN of the cluster.
 - 
  
    
      #compute_quota_config  ⇒ Types::ComputeQuotaConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Configuration of the compute allocation definition.
 - 
  
    
      #compute_quota_target  ⇒ Types::ComputeQuotaTarget 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The target entity to allocate compute resources to.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of the compute allocation definition.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name to the compute allocation definition.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Tags of the compute allocation definition.
 
Instance Attribute Details
#activation_state ⇒ String
The state of the compute allocation being described. Use to enable or disable compute allocation.
Default is ‘Enabled`.
      6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6521 class CreateComputeQuotaRequest < Struct.new( :name, :description, :cluster_arn, :compute_quota_config, :compute_quota_target, :activation_state, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#cluster_arn ⇒ String
ARN of the cluster.
      6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6521 class CreateComputeQuotaRequest < Struct.new( :name, :description, :cluster_arn, :compute_quota_config, :compute_quota_target, :activation_state, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#compute_quota_config ⇒ Types::ComputeQuotaConfig
Configuration of the compute allocation definition. This includes the resource sharing option, and the setting to preempt low priority tasks.
      6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6521 class CreateComputeQuotaRequest < Struct.new( :name, :description, :cluster_arn, :compute_quota_config, :compute_quota_target, :activation_state, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#compute_quota_target ⇒ Types::ComputeQuotaTarget
The target entity to allocate compute resources to.
      6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6521 class CreateComputeQuotaRequest < Struct.new( :name, :description, :cluster_arn, :compute_quota_config, :compute_quota_target, :activation_state, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
Description of the compute allocation definition.
      6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6521 class CreateComputeQuotaRequest < Struct.new( :name, :description, :cluster_arn, :compute_quota_config, :compute_quota_target, :activation_state, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
Name to the compute allocation definition.
      6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6521 class CreateComputeQuotaRequest < Struct.new( :name, :description, :cluster_arn, :compute_quota_config, :compute_quota_target, :activation_state, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Tags of the compute allocation definition.
      6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6521 class CreateComputeQuotaRequest < Struct.new( :name, :description, :cluster_arn, :compute_quota_config, :compute_quota_target, :activation_state, :tags) SENSITIVE = [] include Aws::Structure end  |