Databricks SDK for JavaScript
    Preparing search index...

    Interface BackfillFeaturesRequest

    interface BackfillFeaturesRequest {
        backfillRanges?: BackfillRange[];
        featureFullNames?: string[];
        requestId?: string;
    }
    Index

    Properties

    backfillRanges?: BackfillRange[]

    Output ranges to backfill.

    featureFullNames?: string[]

    Full names of the features to backfill.

    requestId?: string

    Idempotency token for the request.