View source: R/sagemaker_operations.R
sagemaker_update_partner_app | R Documentation |
Updates 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.
sagemaker_update_partner_app(
Arn,
MaintenanceConfig = NULL,
Tier = NULL,
ApplicationConfig = NULL,
EnableIamSessionBasedIdentity = NULL,
ClientToken = NULL,
Tags = NULL
)
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 |
ClientToken |
A unique token that guarantees that the call to this API is idempotent. |
Tags |
Each tag consists of a key and an optional value. Tag keys must be unique per resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.