Interface ServingAPIProto.GetOnlineFeaturesRequestOrBuilder

    • Method Detail

      • getFeatures

        ServingAPIProto.FeatureReference getFeatures​(int index)
         List of features that are being retrieved
         
        repeated .feast.serving.FeatureReference features = 4;
      • getFeaturesCount

        int getFeaturesCount()
         List of features that are being retrieved
         
        repeated .feast.serving.FeatureReference features = 4;
      • getEntityRowsList

        List<ServingAPIProto.GetOnlineFeaturesRequest.EntityRow> getEntityRowsList()
         List of entity rows, containing entity id and timestamp data.
         Used during retrieval of feature rows and for joining feature
         rows into a final dataset
         
        repeated .feast.serving.GetOnlineFeaturesRequest.EntityRow entity_rows = 2;
      • getEntityRows

        ServingAPIProto.GetOnlineFeaturesRequest.EntityRow getEntityRows​(int index)
         List of entity rows, containing entity id and timestamp data.
         Used during retrieval of feature rows and for joining feature
         rows into a final dataset
         
        repeated .feast.serving.GetOnlineFeaturesRequest.EntityRow entity_rows = 2;
      • getEntityRowsCount

        int getEntityRowsCount()
         List of entity rows, containing entity id and timestamp data.
         Used during retrieval of feature rows and for joining feature
         rows into a final dataset
         
        repeated .feast.serving.GetOnlineFeaturesRequest.EntityRow entity_rows = 2;
      • getEntityRowsOrBuilderList

        List<? extends ServingAPIProto.GetOnlineFeaturesRequest.EntityRowOrBuilder> getEntityRowsOrBuilderList()
         List of entity rows, containing entity id and timestamp data.
         Used during retrieval of feature rows and for joining feature
         rows into a final dataset
         
        repeated .feast.serving.GetOnlineFeaturesRequest.EntityRow entity_rows = 2;
      • getEntityRowsOrBuilder

        ServingAPIProto.GetOnlineFeaturesRequest.EntityRowOrBuilder getEntityRowsOrBuilder​(int index)
         List of entity rows, containing entity id and timestamp data.
         Used during retrieval of feature rows and for joining feature
         rows into a final dataset
         
        repeated .feast.serving.GetOnlineFeaturesRequest.EntityRow entity_rows = 2;
      • getOmitEntitiesInResponse

        boolean getOmitEntitiesInResponse()
         Option to omit entities from the response. If true, only feature
         values will be returned.
         
        bool omit_entities_in_response = 3;
        Returns:
        The omitEntitiesInResponse.