Module Values_2.UpdateMlflowTrackingServerRequestSource

Updates properties of an existing MLflow Tracking Server.

Sourcetype nonrec t = {
  1. trackingServerName : Values_1.TrackingServerName.t;
    (*

    The name of the MLflow Tracking Server to update.

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

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

    *)
  3. trackingServerSize : Values_1.TrackingServerSize.t option;
    (*

    The new size for the MLflow Tracking Server.

    *)
  4. automaticModelRegistration : Values_0.Boolean.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 True. To disable automatic model registration, set this value to False. If not specified, AutomaticModelRegistration defaults to False

    *)
  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. s3BucketOwnerAccountId : Values_0.AccountId.t option;
    (*

    The new expected Amazon Web Services account ID that owns the Amazon S3 bucket for artifact storage.

    *)
  7. s3BucketOwnerVerification : Values_0.Boolean.t option;
    (*

    Whether to enable or disable Amazon S3 Bucket Owenrship Verifaction whenever the MLflow Tracking Server interacts with Amazon Amazon S3.

    *)
}
Sourceval context_ : string
Sourceval make : ?artifactStoreUri:??? -> ?trackingServerSize:??? -> ?automaticModelRegistration:??? -> ?weeklyMaintenanceWindowStart:??? -> ?s3BucketOwnerAccountId:??? -> ?s3BucketOwnerVerification:??? -> trackingServerName:Values_1.TrackingServerName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `String of Values_1.TrackingServerName.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