Module Values_1.MlflowDetailsSource

The MLflow details of this job.

Sourcetype nonrec t = {
  1. mlflowExperimentId : MlflowExperimentId.t option;
    (*

    The MLflow experiment ID used for this job.

    *)
  2. mlflowRunId : MlflowRunId.t option;
    (*

    The MLflow run ID used for this job.

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