Databricks SDK for JavaScript
    Preparing search index...
    interface UpdateEndpointRequest {
        endpoint?: Endpoint;
        updateMask?: FieldMask<Endpoint>;
    }
    Index

    Properties

    endpoint?: Endpoint

    The Endpoint to update.

    The endpoint's name field is used to identify the endpoint to update. Format: projects/{project_id}/branches/{branch_id}/endpoints/{endpoint_id}

    updateMask?: FieldMask<Endpoint>

    The list of fields to update. If unspecified, all fields will be updated when possible.