Databricks SDK for JavaScript
    Preparing search index...

    Create an example.

    interface CreateExampleRequest {
        example?: Example;
        parent?: string;
    }
    Index

    Properties

    Properties

    example?: Example

    The example to create under the parent Knowledge Assistant.

    parent?: string

    Parent resource where this example will be created. Format: knowledge-assistants/{knowledge_assistant_id}