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

    Properties

    Properties

    Additional metadata returned by AI Classify.

    response?: JsonValue

    The function result as a JSON value. An array of per-label objects: one element in single-label mode (the default), or multiple elements when multilabel is true. When enable_confidence_scores and enable_rationales are true, confidence_score and rationale are included in each response value, respectively.