Databricks SDK for JavaScript
    Preparing search index...

    Variable EndpointTypeConst

    EndpointType: { STANDARD: "STANDARD"; STORAGE_OPTIMIZED: "STORAGE_OPTIMIZED" } = ...

    Type of endpoint.

    Type Declaration

    • ReadonlySTANDARD: "STANDARD"

      Standard endpoint backed by OpenSearch. Lower latency; standard cost.

    • ReadonlySTORAGE_OPTIMIZED: "STORAGE_OPTIMIZED"

      Storage Optimized endpoint backed by Orion. Lower per-query cost; higher tail latency.