Interface ServingAPIProto.GetOnlineFeaturesRequestV2OrBuilder

    • Method Detail

      • getFeatures

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

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

        List<ServingAPIProto.GetOnlineFeaturesRequestV2.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.GetOnlineFeaturesRequestV2.EntityRow entity_rows = 2;
      • getEntityRows

        ServingAPIProto.GetOnlineFeaturesRequestV2.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.GetOnlineFeaturesRequestV2.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.GetOnlineFeaturesRequestV2.EntityRow entity_rows = 2;
      • getEntityRowsOrBuilderList

        List<? extends ServingAPIProto.GetOnlineFeaturesRequestV2.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.GetOnlineFeaturesRequestV2.EntityRow entity_rows = 2;
      • getEntityRowsOrBuilder

        ServingAPIProto.GetOnlineFeaturesRequestV2.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.GetOnlineFeaturesRequestV2.EntityRow entity_rows = 2;
      • getProject

        String getProject()
         Optional field to specify project name override. If specified, uses the
         given project for retrieval. Overrides the projects specified in
         Feature References if both are specified.
         
        string project = 5;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Optional field to specify project name override. If specified, uses the
         given project for retrieval. Overrides the projects specified in
         Feature References if both are specified.
         
        string project = 5;
        Returns:
        The bytes for project.