Databricks SDK for JavaScript
    Preparing search index...

    A request-time data source whose value is provided at inference time: offline batch scoring or online serving endpoint

    interface RequestSource {
        schema?: { $case: "flatSchema"; flatSchema: FlatSchema };
    }
    Index

    Properties

    Properties

    schema?: { $case: "flatSchema"; flatSchema: FlatSchema }

    The schema describing the request-time fields. Currently only flat schemas are supported.

    Type Declaration

    • $case: "flatSchema"
    • flatSchema: FlatSchema

      A flat schema with scalar-typed fields only.