Databricks SDK for JavaScript
    Preparing search index...
    interface CreateEndpointRequest {
        budgetPolicyId?: string;
        endpointType?: EndpointType;
        name?: string;
        targetQps?: bigint;
        usagePolicyId?: string;
    }
    Index

    Properties

    budgetPolicyId?: string

    The budget policy id to be applied

    endpointType?: EndpointType

    Type of endpoint

    name?: string

    Name of the AI Search endpoint

    targetQps?: bigint

    Target QPS for the endpoint. Mutually exclusive with num_replicas. The actual replica count is calculated at index creation/sync time based on this value. Best-effort target; the system does not guarantee this QPS will be achieved.

    usagePolicyId?: string

    The usage policy id to be applied once we've migrated to usage policies