Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateInferenceEndpointNotificationsRequest

    interface UpdateInferenceEndpointNotificationsRequest {
        emailNotifications?: EmailNotifications;
        name?: string;
    }
    Index

    Properties

    emailNotifications?: EmailNotifications

    The email notification settings to update. Specify email addresses to notify when endpoint state changes occur.

    name?: string

    The name of the serving endpoint whose notifications are being updated. This field is required.