AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateComputeQuota operation. Create compute allocation definition. This defines how compute is allocated, shared, and borrowed for specified entities. Specifically, how to lend and borrow idle compute and assign a fair-share weight to the specified entities.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.CreateComputeQuotaRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class CreateComputeQuotaRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateComputeQuotaRequest type exposes the following members

Constructors

NameDescription
Public Method CreateComputeQuotaRequest()

Properties

NameTypeDescription
Public Property ActivationState Amazon.SageMaker.ActivationState

Gets and sets the property ActivationState.

The state of the compute allocation being described. Use to enable or disable compute allocation.

Default is Enabled.

Public Property ClusterArn System.String

Gets and sets the property ClusterArn.

ARN of the cluster.

Public Property ComputeQuotaConfig Amazon.SageMaker.Model.ComputeQuotaConfig

Gets and sets the property ComputeQuotaConfig.

Configuration of the compute allocation definition. This includes the resource sharing option, and the setting to preempt low priority tasks.

Public Property ComputeQuotaTarget Amazon.SageMaker.Model.ComputeQuotaTarget

Gets and sets the property ComputeQuotaTarget.

The target entity to allocate compute resources to.

Public Property Description System.String

Gets and sets the property Description.

Description of the compute allocation definition.

Public Property Name System.String

Gets and sets the property Name.

Name to the compute allocation definition.

Public Property Tags System.Collections.Generic.List<Amazon.SageMaker.Model.Tag>

Gets and sets the property Tags.

Tags of the compute allocation definition.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5