Databricks SDK for JavaScript
    Preparing search index...

    Inference log configuration.

    interface InferenceLogConfig {
        granularities?: AggregationGranularity[];
        labelColumn?: string;
        modelIdColumn?: string;
        predictionColumn?: string;
        problemType?: InferenceProblemType;
        timestampColumn?: string;
    }
    Index

    Properties

    granularities?: AggregationGranularity[]

    List of granularities to use when aggregating data into time windows based on their timestamp.

    labelColumn?: string

    Column for the label.

    modelIdColumn?: string

    Column for the model identifier.

    predictionColumn?: string

    Column for the prediction.

    problemType?: InferenceProblemType

    Problem type the model aims to solve.

    timestampColumn?: string

    Column for the timestamp.