ITrainingResultTrainedTime Property |
Gets or sets the date time at which the model has finished training.
Namespace: Dundas.BI.MachineLearningAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxDateTime TrainedTime { get; set; }Property TrainedTime As DateTime
Get
Set
property DateTime TrainedTime {
DateTime get ();
void set (DateTime value);
}abstract TrainedTime : DateTime with get, set
Property Value
DateTime
The starting train time of the trained model.
See Also