org.tensorflow.metadata.v0.FeatureNameStatisticsOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/statistics.proto
// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;
public interface FeatureNameStatisticsOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.FeatureNameStatistics)
com.google.protobuf.MessageOrBuilder {
/**
*
* The feature name
*
*
* string name = 1;
* @return Whether the name field is set.
*/
boolean hasName();
/**
*
* The feature name
*
*
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
*
* The feature name
*
*
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* The path of the feature.
*
*
* .tensorflow.metadata.v0.Path path = 8;
* @return Whether the path field is set.
*/
boolean hasPath();
/**
*
* The path of the feature.
*
*
* .tensorflow.metadata.v0.Path path = 8;
* @return The path.
*/
org.tensorflow.metadata.v0.Path getPath();
/**
*
* The path of the feature.
*
*
* .tensorflow.metadata.v0.Path path = 8;
*/
org.tensorflow.metadata.v0.PathOrBuilder getPathOrBuilder();
/**
*
* The data type of the feature
*
*
* .tensorflow.metadata.v0.FeatureNameStatistics.Type type = 2;
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
* The data type of the feature
*
*
* .tensorflow.metadata.v0.FeatureNameStatistics.Type type = 2;
* @return The type.
*/
org.tensorflow.metadata.v0.FeatureNameStatistics.Type getType();
/**
* .tensorflow.metadata.v0.NumericStatistics num_stats = 3;
* @return Whether the numStats field is set.
*/
boolean hasNumStats();
/**
* .tensorflow.metadata.v0.NumericStatistics num_stats = 3;
* @return The numStats.
*/
org.tensorflow.metadata.v0.NumericStatistics getNumStats();
/**
* .tensorflow.metadata.v0.NumericStatistics num_stats = 3;
*/
org.tensorflow.metadata.v0.NumericStatisticsOrBuilder getNumStatsOrBuilder();
/**
* .tensorflow.metadata.v0.StringStatistics string_stats = 4;
* @return Whether the stringStats field is set.
*/
boolean hasStringStats();
/**
* .tensorflow.metadata.v0.StringStatistics string_stats = 4;
* @return The stringStats.
*/
org.tensorflow.metadata.v0.StringStatistics getStringStats();
/**
* .tensorflow.metadata.v0.StringStatistics string_stats = 4;
*/
org.tensorflow.metadata.v0.StringStatisticsOrBuilder getStringStatsOrBuilder();
/**
* .tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;
* @return Whether the bytesStats field is set.
*/
boolean hasBytesStats();
/**
* .tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;
* @return The bytesStats.
*/
org.tensorflow.metadata.v0.BytesStatistics getBytesStats();
/**
* .tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;
*/
org.tensorflow.metadata.v0.BytesStatisticsOrBuilder getBytesStatsOrBuilder();
/**
* .tensorflow.metadata.v0.StructStatistics struct_stats = 7;
* @return Whether the structStats field is set.
*/
boolean hasStructStats();
/**
* .tensorflow.metadata.v0.StructStatistics struct_stats = 7;
* @return The structStats.
*/
org.tensorflow.metadata.v0.StructStatistics getStructStats();
/**
* .tensorflow.metadata.v0.StructStatistics struct_stats = 7;
*/
org.tensorflow.metadata.v0.StructStatisticsOrBuilder getStructStatsOrBuilder();
/**
*
* Any custom statistics can be stored in this list.
*
*
* repeated .tensorflow.metadata.v0.CustomStatistic custom_stats = 6;
*/
java.util.List
getCustomStatsList();
/**
*
* Any custom statistics can be stored in this list.
*
*
* repeated .tensorflow.metadata.v0.CustomStatistic custom_stats = 6;
*/
org.tensorflow.metadata.v0.CustomStatistic getCustomStats(int index);
/**
*
* Any custom statistics can be stored in this list.
*
*
* repeated .tensorflow.metadata.v0.CustomStatistic custom_stats = 6;
*/
int getCustomStatsCount();
/**
*
* Any custom statistics can be stored in this list.
*
*
* repeated .tensorflow.metadata.v0.CustomStatistic custom_stats = 6;
*/
java.util.List extends org.tensorflow.metadata.v0.CustomStatisticOrBuilder>
getCustomStatsOrBuilderList();
/**
*
* Any custom statistics can be stored in this list.
*
*
* repeated .tensorflow.metadata.v0.CustomStatistic custom_stats = 6;
*/
org.tensorflow.metadata.v0.CustomStatisticOrBuilder getCustomStatsOrBuilder(
int index);
/**
*
* If set, indicates that that this feature is derived for validation, and
* stores metadata about its source.
* Experimental and subject to change.
*
*
* .tensorflow.metadata.v0.DerivedFeatureSource validation_derived_source = 10;
* @return Whether the validationDerivedSource field is set.
*/
boolean hasValidationDerivedSource();
/**
*
* If set, indicates that that this feature is derived for validation, and
* stores metadata about its source.
* Experimental and subject to change.
*
*
* .tensorflow.metadata.v0.DerivedFeatureSource validation_derived_source = 10;
* @return The validationDerivedSource.
*/
org.tensorflow.metadata.v0.DerivedFeatureSource getValidationDerivedSource();
/**
*
* If set, indicates that that this feature is derived for validation, and
* stores metadata about its source.
* Experimental and subject to change.
*
*
* .tensorflow.metadata.v0.DerivedFeatureSource validation_derived_source = 10;
*/
org.tensorflow.metadata.v0.DerivedFeatureSourceOrBuilder getValidationDerivedSourceOrBuilder();
org.tensorflow.metadata.v0.FeatureNameStatistics.FieldIdCase getFieldIdCase();
org.tensorflow.metadata.v0.FeatureNameStatistics.StatsCase getStatsCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy