Interface IModel
Namespace: IndicoV2-Models-Models
Assembly: IndicoV2-Abstractions-dll
public interface IModel
Properties
Gets the Model identifier-
int Id { get; }
Property Value
Gets the Model status-
string Status { get; }
Property Value
Gets training progress-
float TrainingProgressPercents { get; }
Property Value
Updated about 1 year ago