Values_1.CreateMlflowAppRequestSourceCreates an MLflow Tracking Server using a general purpose Amazon S3 bucket as the artifact store.
type nonrec t = {name : MlflowAppName.t;A string identifying the MLflow app name. This string is not part of the tracking server ARN.
*)artifactStoreUri : Values_0.S3Uri.t;The S3 URI for a general purpose bucket to use as the MLflow App artifact store.
*)roleArn : Values_0.RoleArn.t;The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow App uses to access the artifact store in Amazon S3. The role should have the AmazonS3FullAccess permission.
*)modelRegistrationMode : ModelRegistrationMode.t option;Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. To enable automatic model registration, set this value to AutoModelRegistrationEnabled. To disable automatic model registration, set this value to AutoModelRegistrationDisabled. If not specified, AutomaticModelRegistration defaults to AutoModelRegistrationDisabled.
*)weeklyMaintenanceWindowStart : WeeklyMaintenanceWindowStart.t option;The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. For example: TUE:03:30.
*)accountDefaultStatus : Values_0.AccountDefaultStatus.t option;Indicates whether this MLflow app is the default for the entire account.
*)defaultDomainIdList : DefaultDomainIdList.t option;List of SageMaker domain IDs for which this MLflow App is used as the default.
*)}val make :
?modelRegistrationMode:??? ->
?weeklyMaintenanceWindowStart:??? ->
?accountDefaultStatus:??? ->
?defaultDomainIdList:??? ->
?tags:??? ->
name:MlflowAppName.t ->
artifactStoreUri:Values_0.S3Uri.t ->
roleArn:Values_0.RoleArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of Values_0.DomainId.t
| `Structure of (string * [> `String of string ]) list ]
list
| `String of MlflowAppName.t ])
list ]