Interface ServingAPIProto.GetBatchFeaturesRequestOrBuilder

    • Method Detail

      • getFeatures

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

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

        boolean hasDatasetSource()
         Source of the entity dataset containing the timestamps and entity keys to retrieve
         features for.
         
        .feast.serving.DatasetSource dataset_source = 2;
        Returns:
        Whether the datasetSource field is set.
      • getDatasetSource

        ServingAPIProto.DatasetSource getDatasetSource()
         Source of the entity dataset containing the timestamps and entity keys to retrieve
         features for.
         
        .feast.serving.DatasetSource dataset_source = 2;
        Returns:
        The datasetSource.
      • getDatasetSourceOrBuilder

        ServingAPIProto.DatasetSourceOrBuilder getDatasetSourceOrBuilder()
         Source of the entity dataset containing the timestamps and entity keys to retrieve
         features for.
         
        .feast.serving.DatasetSource dataset_source = 2;
      • getComputeStatistics

        boolean getComputeStatistics()
         Compute statistics for the dataset retrieved
         
        bool compute_statistics = 4;
        Returns:
        The computeStatistics.