Class ModelVersionInfo<T>
Information about a specific model version.
public class ModelVersionInfo<T>
Type Parameters
TThe numeric data type used for calculations.
- Inheritance
-
ModelVersionInfo<T>
- Inherited Members
Properties
CreatedAt
Gets or sets the creation timestamp.
public DateTime CreatedAt { get; set; }
Property Value
Description
Gets or sets the description.
public string? Description { get; set; }
Property Value
Metadata
Gets or sets the model metadata.
public ModelMetadata<T>? Metadata { get; set; }
Property Value
Stage
Gets or sets the current stage.
public ModelStage Stage { get; set; }
Property Value
Version
Gets or sets the version number.
public int Version { get; set; }