Module Values_2.UpdateMlflowAppRequestSource

Updates an MLflow App.

Sourcetype nonrec t = {
  1. arn : Values_1.MlflowAppArn.t;
    (*

    The ARN of the MLflow App to update.

    *)
  2. name : Values_1.MlflowAppName.t option;
    (*

    The name of the MLflow App to update.

    *)
  3. artifactStoreUri : Values_0.S3Uri.t option;
    (*

    The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow App.

    *)
  4. modelRegistrationMode : Values_1.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 AutoModelRegistrationEnabled

    *)
  5. weeklyMaintenanceWindowStart : Values_1.WeeklyMaintenanceWindowStart.t option;
    (*

    The new weekly maintenance window start day and time to update. The maintenance window day and time should be in Coordinated Universal Time (UTC) 24-hour standard time. For example: TUE:03:30.

    *)
  6. defaultDomainIdList : Values_1.DefaultDomainIdList.t option;
    (*

    List of SageMaker Domain IDs for which this MLflow App is the default.

    *)
  7. accountDefaultStatus : Values_0.AccountDefaultStatus.t option;
    (*

    Indicates whether this this MLflow App is the default for the account.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?artifactStoreUri:??? -> ?modelRegistrationMode:??? -> ?weeklyMaintenanceWindowStart:??? -> ?defaultDomainIdList:??? -> ?accountDefaultStatus:??? -> arn:Values_1.MlflowAppArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of Values_0.DomainId.t ] list | `String of Values_1.MlflowAppArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t