sagemaker_update_compute_quota: Update the compute allocation definition

View source: R/sagemaker_operations.R

sagemaker_update_compute_quotaR Documentation

Update the compute allocation definition

Description

Update the compute allocation definition.

See https://www.paws-r-sdk.com/docs/sagemaker_update_compute_quota/ for full documentation.

Usage

sagemaker_update_compute_quota(
  ComputeQuotaId,
  TargetVersion,
  ComputeQuotaConfig = NULL,
  ComputeQuotaTarget = NULL,
  ActivationState = NULL,
  Description = NULL
)

Arguments

ComputeQuotaId

[required] ID of the compute allocation definition.

TargetVersion

[required] Target version.

ComputeQuotaConfig

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

ComputeQuotaTarget

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 Enabled.

Description

Description of the compute allocation definition.


paws.machine.learning documentation built on April 3, 2025, 8:41 p.m.