Values.InferenceInputNameConfigurationSourceSpecifies configuration information for the input data for the inference, including timestamp format and delimiter.
type nonrec t = {timestampFormat : FileNameTimestampFormat.t option;The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).
*)componentTimestampDelimiter : ComponentTimestampDelimiter.t option;Indicates the delimiter character used between items in the data.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of FileNameTimestampFormat.t ]) list ]