Databricks SDK for JavaScript
    Preparing search index...
    interface UpdateKnowledgeSourceRequest {
        knowledgeSource?: KnowledgeSource;
        name?: string;
        updateMask?: FieldMask<KnowledgeSource>;
    }
    Index

    Properties

    knowledgeSource?: KnowledgeSource

    The Knowledge Source update payload. Only fields listed in update_mask are updated. REQUIRED annotations on Knowledge Source fields describe create-time requirements and do not mean all those fields are required for update.

    name?: string

    The resource name of the Knowledge Source to update. Format: knowledge-assistants/{knowledge_assistant_id}/knowledge-sources/{knowledge_source_id}

    Comma-delimited list of fields to update on the Knowledge Source. Allowed values: display_name, description. Examples:

    • display_name
    • display_name,description