Values_2.UpdatePartnerAppRequestSourceUpdates all of the SageMaker Partner AI Apps in an account.
type nonrec t = {arn : Values_1.PartnerAppArn.t;The ARN of the SageMaker Partner AI App to update.
*)maintenanceConfig : Values_1.PartnerAppMaintenanceConfig.t option;Maintenance configuration settings for the SageMaker Partner AI App.
*)tier : Values_0.NonEmptyString64.t option;Indicates the instance type and size of the cluster attached to the SageMaker Partner AI App.
*)applicationConfig : Values_1.PartnerAppConfig.t option;Configuration settings for the SageMaker Partner AI App.
*)enableIamSessionBasedIdentity : Values_0.Boolean.t option;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 : Values_0.Boolean.t option;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 : Values_0.MajorMinorVersion.t option;The semantic version to upgrade the SageMaker Partner AI App to. Must be the same semantic version returned in the AvailableUpgrade field from DescribePartnerApp. Version skipping and downgrades are not supported.
*)clientToken : Values_0.ClientToken.t option;A unique token that guarantees that the call to this API is idempotent.
*)}val make :
?maintenanceConfig:??? ->
?tier:??? ->
?applicationConfig:??? ->
?enableIamSessionBasedIdentity:??? ->
?enableAutoMinorVersionUpgrade:??? ->
?appVersion:??? ->
?clientToken:??? ->
?tags:??? ->
arn:Values_1.PartnerAppArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_1.PartnerAppArn.t
| `Structure of
(string
* [> `List of
[> `String of Values_0.NonEmptyString256.t
| `Structure of
(string
* [> `List of
[> `String of Values_0.GroupNamePattern.t ] list
| `String of Values_0.NonEmptyString256.t ])
list ]
list
| `Map of
([> `String of Values_0.NonEmptyString256.t ]
* [> `String of Values_0.String1024.t ])
list
| `String of string ])
list ])
list ]