Interface IModel

Namespace: IndicoV2-Models-Models
Assembly: IndicoV2-Abstractions-dll

public interface IModel

Properties

Id

Gets the Model identifier-

int Id { get; }

Property Value

int

Status

Gets the Model status-

string Status { get; }

Property Value

string

TrainingProgressPercents

Gets training progress-

float TrainingProgressPercents { get; }

Property Value

float