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;
      • getSourcesCount

        int getSourcesCount()
         Map of sources for this feature view.
         
        map<string, .feast.core.OnDemandSource> sources = 4;
      • containsSources

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

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

        String getDescription()
         Description of the on demand feature view.
         
        string description = 6;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Description of the on demand feature view.
         
        string description = 6;
        Returns:
        The bytes for description.
      • getTagsCount

        int getTagsCount()
         User defined metadata.
         
        map<string, string> tags = 7;
      • containsTags

        boolean containsTags​(String key)
         User defined metadata.
         
        map<string, string> tags = 7;
      • getTagsMap

        Map<String,​String> getTagsMap()
         User defined metadata.
         
        map<string, string> tags = 7;
      • getTagsOrDefault

        String getTagsOrDefault​(String key,
                                String defaultValue)
         User defined metadata.
         
        map<string, string> tags = 7;
      • getTagsOrThrow

        String getTagsOrThrow​(String key)
         User defined metadata.
         
        map<string, string> tags = 7;
      • getOwner

        String getOwner()
         Owner of the on demand feature view.
         
        string owner = 8;
        Returns:
        The owner.
      • getOwnerBytes

        com.google.protobuf.ByteString getOwnerBytes()
         Owner of the on demand feature view.
         
        string owner = 8;
        Returns:
        The bytes for owner.