Package feast.proto.core
Interface ValidationProfile.ValidationReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ValidationProfile.ValidationReference,ValidationProfile.ValidationReference.Builder
- Enclosing class:
- ValidationProfile
public static interface ValidationProfile.ValidationReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsTags(String key)User defined metadataValidationProfile.ValidationReference.CachedProfileCasegetCachedProfileCase()StringgetDescription()Description of the validation referencecom.google.protobuf.ByteStringgetDescriptionBytes()Description of the validation referenceValidationProfile.GEValidationProfilegetGeProfile().feast.core.GEValidationProfile ge_profile = 7;ValidationProfile.GEValidationProfileOrBuildergetGeProfileOrBuilder().feast.core.GEValidationProfile ge_profile = 7;ValidationProfile.GEValidationProfilergetGeProfiler().feast.core.GEValidationProfiler ge_profiler = 6;ValidationProfile.GEValidationProfilerOrBuildergetGeProfilerOrBuilder().feast.core.GEValidationProfiler ge_profiler = 6;StringgetName()Unique name of validation reference within the projectcom.google.protobuf.ByteStringgetNameBytes()Unique name of validation reference within the projectValidationProfile.ValidationReference.ProfilerCasegetProfilerCase()StringgetProject()Name of Feast project that this object source belongs tocom.google.protobuf.ByteStringgetProjectBytes()Name of Feast project that this object source belongs toStringgetReferenceDatasetName()Name of saved dataset used as reference datasetcom.google.protobuf.ByteStringgetReferenceDatasetNameBytes()Name of saved dataset used as reference datasetMap<String,String>getTags()Deprecated.intgetTagsCount()User defined metadataMap<String,String>getTagsMap()User defined metadataStringgetTagsOrDefault(String key, String defaultValue)User defined metadataStringgetTagsOrThrow(String key)User defined metadatabooleanhasGeProfile().feast.core.GEValidationProfile ge_profile = 7;booleanhasGeProfiler().feast.core.GEValidationProfiler ge_profiler = 6;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
getTags
@Deprecated Map<String,String> getTags()
Deprecated.UsegetTagsMap()instead.
-
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.
-
getGeProfiler
ValidationProfile.GEValidationProfiler getGeProfiler()
.feast.core.GEValidationProfiler ge_profiler = 6;- Returns:
- The geProfiler.
-
getGeProfilerOrBuilder
ValidationProfile.GEValidationProfilerOrBuilder getGeProfilerOrBuilder()
.feast.core.GEValidationProfiler ge_profiler = 6;
-
hasGeProfile
boolean hasGeProfile()
.feast.core.GEValidationProfile ge_profile = 7;- Returns:
- Whether the geProfile field is set.
-
getGeProfile
ValidationProfile.GEValidationProfile getGeProfile()
.feast.core.GEValidationProfile ge_profile = 7;- Returns:
- The geProfile.
-
getGeProfileOrBuilder
ValidationProfile.GEValidationProfileOrBuilder getGeProfileOrBuilder()
.feast.core.GEValidationProfile ge_profile = 7;
-
getProfilerCase
ValidationProfile.ValidationReference.ProfilerCase getProfilerCase()
-
getCachedProfileCase
ValidationProfile.ValidationReference.CachedProfileCase getCachedProfileCase()
-
-