Update the compute allocation definition.
See https://www.paws-r-sdk.com/docs/sagemaker_update_compute_quota/ for full documentation.
sagemaker_update_compute_quota(
ComputeQuotaId,
TargetVersion,
ComputeQuotaConfig = NULL,
ComputeQuotaTarget = NULL,
ActivationState = NULL,
Description = NULL
)
[required] ID of the compute allocation definition.
[required] Target version.
Configuration of the compute allocation definition. This includes the resource sharing option, and the setting to preempt low priority tasks.
The target entity to allocate compute resources to.
The state of the compute allocation being described. Use to enable or disable compute allocation.
Default is Enabled
.
Description of the compute allocation definition.