Interface OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder

    • Method Detail

      • getName

        String getName()
         Name of the feature view. Must be unique. Not updated.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of the feature view. Must be unique. Not updated.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getProject

        String getProject()
         Name of Feast project that this feature view belongs to.
         
        string project = 2;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Name of Feast project that this feature view belongs to.
         
        string project = 2;
        Returns:
        The bytes for project.
      • getFeaturesList

        List<FeatureProto.FeatureSpecV2> getFeaturesList()
         List of features specifications for each feature defined with this feature view.
         
        repeated .feast.core.FeatureSpecV2 features = 3;
      • getFeatures

        FeatureProto.FeatureSpecV2 getFeatures​(int index)
         List of features specifications for each feature defined with this feature view.
         
        repeated .feast.core.FeatureSpecV2 features = 3;
      • getFeaturesCount

        int getFeaturesCount()
         List of features specifications for each feature defined with this feature view.
         
        repeated .feast.core.FeatureSpecV2 features = 3;
      • getFeaturesOrBuilderList

        List<? extends FeatureProto.FeatureSpecV2OrBuilder> getFeaturesOrBuilderList()
         List of features specifications for each feature defined with this feature view.
         
        repeated .feast.core.FeatureSpecV2 features = 3;
      • getFeaturesOrBuilder

        FeatureProto.FeatureSpecV2OrBuilder getFeaturesOrBuilder​(int index)
         List of features specifications for each feature defined with this feature view.
         
        repeated .feast.core.FeatureSpecV2 features = 3;
      • getInputsCount

        int getInputsCount()
         Map of inputs for this feature view.
         
        map<string, .feast.core.OnDemandInput> inputs = 4;
      • containsInputs

        boolean containsInputs​(String key)
         Map of inputs for this feature view.
         
        map<string, .feast.core.OnDemandInput> inputs = 4;
      • hasUserDefinedFunction

        boolean hasUserDefinedFunction()
        .feast.core.UserDefinedFunction user_defined_function = 5;
        Returns:
        Whether the userDefinedFunction field is set.