Values.IncrementalTrainingDataChannelOutputSourceContains information about an incremental training data channel that was used to create a trained model. This structure provides details about the base model and channel configuration used during incremental training.
type nonrec t = {channelName : ModelTrainingDataChannelName.t option;The name of the incremental training data channel that was used.
*)versionIdentifier : UUID.t option;The version identifier of the trained model that was used for incremental training.
*)modelName : NameString.t option;The name of the base trained model that was used for incremental training.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ModelTrainingDataChannelName.t ]) list ]