Updates all of the SageMaker Partner AI Apps in an account
Source:R/sagemaker_operations.R
sagemaker_update_partner_app.RdUpdates all of the SageMaker Partner AI Apps in an account.
See https://www.paws-r-sdk.com/docs/sagemaker_update_partner_app/ for full documentation.
Usage
sagemaker_update_partner_app(
Arn,
MaintenanceConfig = NULL,
Tier = NULL,
ApplicationConfig = NULL,
EnableIamSessionBasedIdentity = NULL,
EnableAutoMinorVersionUpgrade = NULL,
AppVersion = NULL,
ClientToken = NULL,
Tags = NULL
)Arguments
- Arn
[required] The ARN of the SageMaker Partner AI App to update.
- MaintenanceConfig
Maintenance configuration settings for the SageMaker Partner AI App.
- Tier
Indicates the instance type and size of the cluster attached to the SageMaker Partner AI App.
- ApplicationConfig
Configuration settings for the SageMaker Partner AI App.
- EnableIamSessionBasedIdentity
When set to
TRUE, the SageMaker Partner AI App sets the Amazon Web Services IAM session name or the authenticated IAM user as the identity of the SageMaker Partner AI App user.- EnableAutoMinorVersionUpgrade
When set to
TRUE, the SageMaker Partner AI App is automatically upgraded to the latest minor version during the next scheduled maintenance window, if one is available.- AppVersion
The semantic version to upgrade the SageMaker Partner AI App to. Must be the same semantic version returned in the
AvailableUpgradefield fromdescribe_partner_app. Version skipping and downgrades are not supported.- ClientToken
A unique token that guarantees that the call to this API is idempotent.
Each tag consists of a key and an optional value. Tag keys must be unique per resource.