Databricks SDK for JavaScript
    Preparing search index...
    interface AiExtractResponse {
        metadata?: AiExtractResponseMetadata;
        response?: JsonValue;
    }
    Index

    Properties

    Properties

    Additional metadata returned by AI Extract.

    response?: JsonValue

    The function result as a JSON value. When enable_confidence_scores and enable_citations are true, confidence and citation_ids are included in each response field, respectively.