Interface RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder

    • 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.
      • hasRequestDataSource

        boolean hasRequestDataSource()
         Request data which contains the underlying data schema and list of associated features
         
        .feast.core.DataSource request_data_source = 3;
        Returns:
        Whether the requestDataSource field is set.
      • getRequestDataSource

        DataSourceProto.DataSource getRequestDataSource()
         Request data which contains the underlying data schema and list of associated features
         
        .feast.core.DataSource request_data_source = 3;
        Returns:
        The requestDataSource.
      • getRequestDataSourceOrBuilder

        DataSourceProto.DataSourceOrBuilder getRequestDataSourceOrBuilder()
         Request data which contains the underlying data schema and list of associated features
         
        .feast.core.DataSource request_data_source = 3;
      • getDescription

        String getDescription()
         Description of the request feature view.
         
        string description = 4;
        Returns:
        The description.
      • getDescriptionBytes

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

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

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

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

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

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

        String getOwner()
         Owner of the request feature view.
         
        string owner = 6;
        Returns:
        The owner.
      • getOwnerBytes

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