Module Values_1.MLflowConfigurationSource

The MLflow configuration.

Sourcetype nonrec t = {
  1. mlflowResourceArn : MLflowArn.t option;
    (*

    The Amazon Resource Name (ARN) of MLflow configuration resource.

    *)
  2. mlflowExperimentName : MlflowExperimentEntityName.t option;
    (*

    The name of the MLflow configuration.

    *)
}
Sourceval make : ?mlflowResourceArn:??? -> ?mlflowExperimentName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MLflowArn.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