Databricks SDK for JavaScript
    Preparing search index...
    interface PendingConfig {
        autoCaptureConfig?: AutoCaptureConfig;
        configVersion?: number;
        servedEntities?: ServedModel[];
        servedModels?: ServedModel[];
        startTime?: bigint;
        trafficConfig?: TrafficConfig;
    }
    Index

    Properties

    autoCaptureConfig?: AutoCaptureConfig

    Configuration for legacy Inference Tables which automatically log requests and responses to Unity Catalog. Deprecated: please use AI Gateway inference tables instead. See https://docs.databricks.com/aws/en/ai-gateway/inference-tables.

    configVersion?: number

    The config version that the serving endpoint is currently serving.

    servedEntities?: ServedModel[]

    The list of served entities belonging to the last issued update to the serving endpoint.

    servedModels?: ServedModel[]

    (Deprecated, use served_entities instead) The list of served models belonging to the last issued update to the serving endpoint.

    startTime?: bigint

    The timestamp when the update to the pending config started.

    trafficConfig?: TrafficConfig

    The traffic config defining how invocations to the serving endpoint should be routed.