Databricks SDK for JavaScript
    Preparing search index...

    Represents the model version information in the lineage event.

    interface LineageModelVersionInfo {
        eventTime?: Instant;
        modelName?: string;
        version?: bigint;
    }
    Index

    Properties

    eventTime?: Instant

    Timestamp of the lineage event.

    modelName?: string

    Name of the model.

    version?: bigint

    Version number of the model.