Databricks SDK for JavaScript
    Preparing search index...

    Update an example.

    interface UpdateExampleRequest {
        example?: Example;
        name?: string;
        updateMask?: FieldMask<Example>;
    }
    Index

    Properties

    example?: Example
    name?: string

    The resource name of the example to update. Format: knowledge-assistants/{knowledge_assistant_id}/examples/{example_id}

    updateMask?: FieldMask<Example>

    Comma-delimited list of fields to update on the example. Allowed values: question, guidelines. Examples:

    • question
    • question,guidelines