Creates an Amazon SageMaker Partner AI App.
See https://www.paws-r-sdk.com/docs/sagemaker_create_partner_app/ for full documentation.
sagemaker_create_partner_app(
Name,
Type,
ExecutionRoleArn,
MaintenanceConfig = NULL,
Tier,
ApplicationConfig = NULL,
AuthType,
EnableIamSessionBasedIdentity = NULL,
ClientToken = NULL,
Tags = NULL
)
[required] The name to give the SageMaker Partner AI App.
[required] The type of SageMaker Partner AI App to create. Must be one of the
following: lakera-guard
, comet
, deepchecks-llm-evaluation
, or
fiddler
.
[required] The ARN of the IAM role that the partner application uses.
Maintenance configuration settings for the SageMaker Partner AI App.
[required] Indicates the instance type and size of the cluster attached to the SageMaker Partner AI App.
Configuration settings for the SageMaker Partner AI App.
[required] The authorization type that users use to access the SageMaker Partner AI App.
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.
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.