Databricks SDK for JavaScript
    Preparing search index...

    Interface EffectivePredictiveOptimizationFlag

    interface EffectivePredictiveOptimizationFlag {
        inheritedFromName?: string;
        inheritedFromType?: string;
        value?: string;
    }
    Index

    Properties

    inheritedFromName?: string

    The name of the object from which the flag was inherited. If there was no inheritance, this field is left blank.

    inheritedFromType?: string

    The type of the object from which the flag was inherited. If there was no inheritance, this field is left blank.

    value?: string

    Whether predictive optimization should be enabled for this object and objects under it.