Databricks SDK for JavaScript
    Preparing search index...
    interface CreatePtEndpointRequest {
        aiGateway?: AiGatewayConfig;
        budgetPolicyId?: string;
        config?: PtEndpointCoreConfig;
        emailNotifications?: EmailNotifications;
        name?: string;
        tags?: EndpointTag[];
    }
    Index

    Properties

    aiGateway?: AiGatewayConfig

    The AI Gateway configuration for the serving endpoint.

    budgetPolicyId?: string

    The budget policy associated with the endpoint.

    The core config of the serving endpoint.

    emailNotifications?: EmailNotifications

    Email notification settings.

    name?: string

    The name of the serving endpoint. This field is required and must be unique across a . An endpoint name can consist of alphanumeric characters, dashes, and underscores.

    tags?: EndpointTag[]

    Tags to be attached to the serving endpoint and automatically propagated to billing logs.