Interface ValidationProfile.ValidationReferenceOrBuilder

    • Method Detail

      • getName

        String getName()
         Unique name of validation reference within the project
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Unique name of validation reference within the project
         
        string name = 1;
        Returns:
        The bytes for name.
      • getReferenceDatasetName

        String getReferenceDatasetName()
         Name of saved dataset used as reference dataset
         
        string reference_dataset_name = 2;
        Returns:
        The referenceDatasetName.
      • getReferenceDatasetNameBytes

        com.google.protobuf.ByteString getReferenceDatasetNameBytes()
         Name of saved dataset used as reference dataset
         
        string reference_dataset_name = 2;
        Returns:
        The bytes for referenceDatasetName.
      • getProject

        String getProject()
         Name of Feast project that this object source belongs to
         
        string project = 3;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Name of Feast project that this object source belongs to
         
        string project = 3;
        Returns:
        The bytes for project.
      • getDescription

        String getDescription()
         Description of the validation reference
         
        string description = 4;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Description of the validation reference
         
        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;
      • hasGeProfiler

        boolean hasGeProfiler()
        .feast.core.GEValidationProfiler ge_profiler = 6;
        Returns:
        Whether the geProfiler field is set.
      • hasGeProfile

        boolean hasGeProfile()
        .feast.core.GEValidationProfile ge_profile = 7;
        Returns:
        Whether the geProfile field is set.