Databricks SDK for JavaScript
    Preparing search index...
    interface InferenceEndpoint {
        aiGateway?: AiGatewayConfig;
        budgetPolicyId?: string;
        config?: EndpointCoreConfigSummary;
        creationTimestamp?: bigint;
        creator?: string;
        description?: string;
        id?: string;
        lastUpdatedTimestamp?: bigint;
        name?: string;
        state?: InferenceEndpointState;
        tags?: EndpointTag[];
        task?: string;
        usagePolicyId?: string;
    }
    Index

    Properties

    aiGateway?: AiGatewayConfig

    The AI Gateway configuration for the serving endpoint. NOTE: External model, provisioned throughput, and pay-per-token endpoints are fully supported; agent endpoints currently only support inference tables.

    budgetPolicyId?: string

    The budget policy associated with the endpoint.

    The config that is currently being served by the endpoint.

    creationTimestamp?: bigint

    The timestamp when the endpoint was created in Unix time.

    creator?: string

    The email of the user who created the serving endpoint.

    description?: string

    Description of the endpoint

    id?: string

    System-generated ID of the endpoint, included to be used by the Permissions API.

    lastUpdatedTimestamp?: bigint

    The timestamp when the endpoint was last updated by a user in Unix time.

    name?: string

    The name of the serving endpoint.

    Information corresponding to the state of the serving endpoint.

    tags?: EndpointTag[]

    Tags attached to the serving endpoint.

    task?: string

    The task type of the serving endpoint.

    usagePolicyId?: string

    The usage policy associated with serving endpoint.