View source: R/sagemaker_operations.R
sagemaker_create_compute_quota | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/sagemaker_create_compute_quota/ for full documentation.
sagemaker_create_compute_quota(
Name,
Description = NULL,
ClusterArn,
ComputeQuotaConfig,
ComputeQuotaTarget,
ActivationState = NULL,
Tags = NULL
)
Name |
[required] Name to the compute allocation definition. |
Description |
Description of the compute allocation definition. |
ClusterArn |
[required] ARN of the cluster. |
ComputeQuotaConfig |
[required] Configuration of the compute allocation definition. This includes the resource sharing option, and the setting to preempt low priority tasks. |
ComputeQuotaTarget |
[required] The target entity to allocate compute resources to. |
ActivationState |
The state of the compute allocation being described. Use to enable or disable compute allocation. Default is |
Tags |
Tags of the compute allocation definition. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.