Databricks SDK for JavaScript
    Preparing search index...

    Type Alias EndpointSpotInstancePolicy

    EndpointSpotInstancePolicy:
        | typeof EndpointSpotInstancePolicy[keyof typeof EndpointSpotInstancePolicy]
        | string & {}

    EndpointSpotInstancePolicy configures whether the endpoint should use spot instances.

    The breakdown of how the EndpointSpotInstancePolicy converts to per cloud configurations is:

    +-------+--------------------------------------+--------------------------------+ | Cloud | COST_OPTIMIZED | RELIABILITY_OPTIMIZED | +-------+--------------------------------------+--------------------------------+ | AWS | On Demand Driver with Spot Executors | On Demand Driver and Executors | | AZURE | On Demand Driver and Executors | On Demand Driver and Executors | +-------+--------------------------------------+--------------------------------+