Creates an Amazon SageMaker Partner AI App
Source:R/sagemaker_operations.R
sagemaker_create_partner_app.RdCreates an Amazon SageMaker Partner AI App.
See https://www.paws-r-sdk.com/docs/sagemaker_create_partner_app/ for full documentation.
Usage
sagemaker_create_partner_app(
Name,
Type,
ExecutionRoleArn,
KmsKeyId = NULL,
MaintenanceConfig = NULL,
Tier,
ApplicationConfig = NULL,
AuthType,
EnableIamSessionBasedIdentity = NULL,
EnableAutoMinorVersionUpgrade = NULL,
ClientToken = NULL,
Tags = NULL
)Arguments
- Name
[required] The name to give the SageMaker Partner AI App.
- Type
[required] The type of SageMaker Partner AI App to create. Must be one of the following:
lakera-guard,comet,deepchecks-llm-evaluation, orfiddler.- ExecutionRoleArn
[required] The ARN of the IAM role that the partner application uses.
- KmsKeyId
SageMaker Partner AI Apps uses Amazon Web Services KMS to encrypt data at rest using an Amazon Web Services managed key by default. For more control, specify a customer managed key.
- MaintenanceConfig
Maintenance configuration settings for the SageMaker Partner AI App.
- Tier
[required] 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.
- AuthType
[required] The authorization type that users use to access 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. Default isFALSE.- 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.