Databricks SDK for JavaScript
    Preparing search index...

    Interface BatchCreateMaterializedFeaturesResponse

    interface BatchCreateMaterializedFeaturesResponse {
        materializedFeatures?: MaterializedFeature[];
    }
    Index

    Properties

    materializedFeatures?: MaterializedFeature[]

    The created materialized features with assigned IDs.