Delete Compute Quota
sagemaker_delete_compute_quota | R Documentation |
Deletes the compute allocation from the cluster¶
Description¶
Deletes the compute allocation from the cluster.
Usage¶
sagemaker_delete_compute_quota(ComputeQuotaId)
Arguments¶
ComputeQuotaId |
[required] ID of the compute allocation definition. |
Value¶
An empty list.
Request syntax¶
svc$delete_compute_quota(
ComputeQuotaId = "string"
)