Values_1.InferenceExperimentScheduleSourceThe start and end times of an inference experiment. The maximum duration that you can set for an inference experiment is 30 days.
type nonrec t = {startTime : Values_0.Timestamp.t option;The timestamp at which the inference experiment started or will start.
*)endTime : Values_0.Timestamp.t option;The timestamp at which the inference experiment ended or will end.
*)}val to_value :
t ->
[> `Structure of (string * [> `Timestamp of Values_0.Timestamp.t ]) list ]