Module Values_1.PipelineExperimentConfigSource

Specifies the names of the experiment and trial created by a pipeline.

Sourcetype nonrec t = {
  1. experimentName : Values_0.ExperimentEntityName.t option;
    (*

    The name of the experiment.

    *)
  2. trialName : Values_0.ExperimentEntityName.t option;
    (*

    The name of the trial.

    *)
}
Sourceval make : ?experimentName:??? -> ?trialName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.ExperimentEntityName.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