Databricks SDK for JavaScript
    Preparing search index...
    interface Endpoint {
        budgetPolicyId?: string;
        creationTimestamp?: bigint;
        creator?: string;
        customTags?: CustomTag[];
        effectiveBudgetPolicyId?: string;
        endpointStatus?: EndpointStatus;
        endpointType?: EndpointType;
        id?: string;
        lastUpdatedTimestamp?: bigint;
        lastUpdatedUser?: string;
        name?: string;
        numIndexes?: number;
        scalingInfo?: EndpointScalingInfo;
    }
    Index

    Properties

    budgetPolicyId?: string

    The user-selected budget policy id for the endpoint.

    creationTimestamp?: bigint

    Timestamp of endpoint creation

    creator?: string

    Creator of the endpoint

    customTags?: CustomTag[]

    The custom tags assigned to the endpoint

    effectiveBudgetPolicyId?: string

    The budget policy id applied to the endpoint

    endpointStatus?: EndpointStatus

    Current status of the endpoint

    endpointType?: EndpointType

    Type of endpoint

    id?: string

    Unique identifier of the endpoint

    lastUpdatedTimestamp?: bigint

    Timestamp of last update to the endpoint

    lastUpdatedUser?: string

    User who last updated the endpoint

    name?: string

    Name of the AI Search endpoint

    numIndexes?: number

    Number of indexes on the endpoint

    scalingInfo?: EndpointScalingInfo

    Scaling information for the endpoint