Class ModelLineage
Lineage information for a model showing its origin and dependencies.
public class ModelLineage
- Inheritance
-
ModelLineage
- Inherited Members
Properties
CreatedAt
Gets or sets the creation timestamp.
public DateTime CreatedAt { get; set; }
Property Value
Creator
Gets or sets the creator/user who trained this model.
public string? Creator { get; set; }
Property Value
ExperimentId
Gets or sets the experiment ID that produced this model.
public string? ExperimentId { get; set; }
Property Value
ModelName
Gets or sets the model name.
public string ModelName { get; set; }
Property Value
ParentModel
Gets or sets parent model information (if this was derived from another model).
public string? ParentModel { get; set; }
Property Value
ParentVersion
Gets or sets the parent model version.
public int? ParentVersion { get; set; }
Property Value
- int?
RunId
Gets or sets the run ID that produced this model.
public string? RunId { get; set; }
Property Value
TrainingDataSource
Gets or sets the training data source.
public string? TrainingDataSource { get; set; }
Property Value
Version
Gets or sets the version.
public int Version { get; set; }