ComputeQuotaSummary
Summary of the compute allocation definition.
Contents
- ComputeQuotaArn
-
ARN of the compute allocation definition.
Type: String
Length Constraints: Maximum length of 2048.
Pattern:
arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:compute-quota/[a-z0-9]{12}$
Required: Yes
- ComputeQuotaId
-
ID of the compute allocation definition.
Type: String
Pattern:
^[a-z0-9]{12}$
Required: Yes
- ComputeQuotaTarget
-
The target entity to allocate compute resources to.
Type: ComputeQuotaTarget object
Required: Yes
- CreationTime
-
Creation time of the compute allocation definition.
Type: Timestamp
Required: Yes
- Name
-
Name of the compute allocation definition.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$
Required: Yes
- Status
-
Status of the compute allocation definition.
Type: String
Valid Values:
Creating | CreateFailed | CreateRollbackFailed | Created | Updating | UpdateFailed | UpdateRollbackFailed | Updated | Deleting | DeleteFailed | DeleteRollbackFailed | Deleted
Required: Yes
- ActivationState
-
The state of the compute allocation being described. Use to enable or disable compute allocation.
Default is
Enabled
.Type: String
Valid Values:
Enabled | Disabled
Required: No
- ClusterArn
-
ARN of the cluster.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
^arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:cluster/[a-z0-9]{12}$
Required: No
- ComputeQuotaConfig
-
Configuration of the compute allocation definition. This includes the resource sharing option, and the setting to preempt low priority tasks.
Type: ComputeQuotaConfig object
Required: No
- ComputeQuotaVersion
-
Version of the compute allocation definition.
Type: Integer
Required: No
- LastModifiedTime
-
Last modified time of the compute allocation definition.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: