| Annotation |
Additional information about the schema or about a feature.
|
| Annotation.Builder |
Additional information about the schema or about a feature.
|
| BoolDomain |
Encodes information about the domain of a boolean attribute that encodes its
TRUE/FALSE values as strings, or 0=false, 1=true.
|
| BoolDomain.Builder |
Encodes information about the domain of a boolean attribute that encodes its
TRUE/FALSE values as strings, or 0=false, 1=true.
|
| BytesStatistics |
Statistics for a bytes feature in a dataset.
|
| BytesStatistics.Builder |
Statistics for a bytes feature in a dataset.
|
| CategoricalCrossStatistics |
Protobuf type tensorflow.metadata.v0.CategoricalCrossStatistics
|
| CategoricalCrossStatistics.Builder |
Protobuf type tensorflow.metadata.v0.CategoricalCrossStatistics
|
| CommonStatistics |
Common statistics for all feature types.
|
| CommonStatistics.Builder |
Common statistics for all feature types.
|
| CrossFeatureStatistics |
Protobuf type tensorflow.metadata.v0.CrossFeatureStatistics
|
| CrossFeatureStatistics.Builder |
Protobuf type tensorflow.metadata.v0.CrossFeatureStatistics
|
| CustomStatistic |
Stores the name and value of any custom statistic.
|
| CustomStatistic.Builder |
Stores the name and value of any custom statistic.
|
| DatasetConstraints |
Constraints on the entire dataset.
|
| DatasetConstraints.Builder |
Constraints on the entire dataset.
|
| DatasetFeatureStatistics |
The feature statistics for a single dataset.
|
| DatasetFeatureStatistics.Builder |
The feature statistics for a single dataset.
|
| DatasetFeatureStatisticsList |
A list of features statistics for different datasets.
|
| DatasetFeatureStatisticsList.Builder |
A list of features statistics for different datasets.
|
| DistributionConstraints |
Models constraints on the distribution of a feature's values.
|
| DistributionConstraints.Builder |
Models constraints on the distribution of a feature's values.
|
| Feature |
Describes schema-level information about a specific feature.
|
| Feature.Builder |
Describes schema-level information about a specific feature.
|
| FeatureComparator |
Protobuf type tensorflow.metadata.v0.FeatureComparator
|
| FeatureComparator.Builder |
Protobuf type tensorflow.metadata.v0.FeatureComparator
|
| FeatureNameStatistics |
The complete set of statistics for a given feature name for a dataset.
|
| FeatureNameStatistics.Builder |
The complete set of statistics for a given feature name for a dataset.
|
| FeaturePresence |
Describes constraints on the presence of the feature in the data.
|
| FeaturePresence.Builder |
Describes constraints on the presence of the feature in the data.
|
| FeaturePresenceWithinGroup |
Records constraints on the presence of a feature inside a "group" context
(e.g., .presence inside a group of features that define a sequence).
|
| FeaturePresenceWithinGroup.Builder |
Records constraints on the presence of a feature inside a "group" context
(e.g., .presence inside a group of features that define a sequence).
|
| FixedShape |
Specifies a fixed shape for the feature's values.
|
| FixedShape.Builder |
Specifies a fixed shape for the feature's values.
|
| FixedShape.Dim |
An axis in a multi-dimensional feature representation.
|
| FixedShape.Dim.Builder |
An axis in a multi-dimensional feature representation.
|
| FloatDomain |
Encodes information for domains of float values.
|
| FloatDomain.Builder |
Encodes information for domains of float values.
|
| Histogram |
The data used to create a histogram of a numeric feature for a dataset.
|
| Histogram.Bucket |
Each bucket defines its low and high values along with its count.
|
| Histogram.Bucket.Builder |
Each bucket defines its low and high values along with its count.
|
| Histogram.Builder |
The data used to create a histogram of a numeric feature for a dataset.
|
| ImageDomain |
Image data.
|
| ImageDomain.Builder |
Image data.
|
| InfinityNorm |
Checks that the L-infinity norm is below a certain threshold between the
two discrete distributions.
|
| InfinityNorm.Builder |
Checks that the L-infinity norm is below a certain threshold between the
two discrete distributions.
|
| IntDomain |
Encodes information for domains of integer values.
|
| IntDomain.Builder |
Encodes information for domains of integer values.
|
| LiftSeries |
Container for lift information for a specific y-value.
|
| LiftSeries.Bucket |
A bucket for referring to binned numeric features.
|
| LiftSeries.Bucket.Builder |
A bucket for referring to binned numeric features.
|
| LiftSeries.Builder |
Container for lift information for a specific y-value.
|
| LiftSeries.LiftValue |
A container for lift information about a specific value of path_x.
|
| LiftSeries.LiftValue.Builder |
A container for lift information about a specific value of path_x.
|
| LiftStatistics |
Protobuf type tensorflow.metadata.v0.LiftStatistics
|
| LiftStatistics.Builder |
Protobuf type tensorflow.metadata.v0.LiftStatistics
|
| MIDDomain |
Knowledge graph ID, see: https://www.wikidata.org/wiki/Property:P646
|
| MIDDomain.Builder |
Knowledge graph ID, see: https://www.wikidata.org/wiki/Property:P646
|
| NaturalLanguageDomain |
Natural language text.
|
| NaturalLanguageDomain.Builder |
Natural language text.
|
| NumericCrossStatistics |
Protobuf type tensorflow.metadata.v0.NumericCrossStatistics
|
| NumericCrossStatistics.Builder |
Protobuf type tensorflow.metadata.v0.NumericCrossStatistics
|
| NumericStatistics |
Statistics for a numeric feature in a dataset.
|
| NumericStatistics.Builder |
Statistics for a numeric feature in a dataset.
|
| NumericValueComparator |
Checks that the ratio of the current value to the previous value is not below
the min_fraction_threshold or above the max_fraction_threshold.
|
| NumericValueComparator.Builder |
Checks that the ratio of the current value to the previous value is not below
the min_fraction_threshold or above the max_fraction_threshold.
|
| Path |
A path is a more general substitute for the name of a field or feature that
can be used for flat examples as well as structured data.
|
| Path.Builder |
A path is a more general substitute for the name of a field or feature that
can be used for flat examples as well as structured data.
|
| PathOuterClass |
|
| RankHistogram |
The data used to create a rank histogram of a non-numeric feature of a
dataset.
|
| RankHistogram.Bucket |
Each bucket defines its start and end ranks along with its count.
|
| RankHistogram.Bucket.Builder |
Each bucket defines its start and end ranks along with its count.
|
| RankHistogram.Builder |
The data used to create a rank histogram of a non-numeric feature of a
dataset.
|
| Schema |
Message to represent schema information.
|
| Schema.Builder |
Message to represent schema information.
|
| SchemaOuterClass |
|
| SparseFeature |
A sparse feature represents a sparse tensor that is encoded with a
combination of raw features, namely index features and a value feature.
|
| SparseFeature.Builder |
A sparse feature represents a sparse tensor that is encoded with a
combination of raw features, namely index features and a value feature.
|
| SparseFeature.IndexFeature |
Protobuf type tensorflow.metadata.v0.SparseFeature.IndexFeature
|
| SparseFeature.IndexFeature.Builder |
Protobuf type tensorflow.metadata.v0.SparseFeature.IndexFeature
|
| SparseFeature.ValueFeature |
Protobuf type tensorflow.metadata.v0.SparseFeature.ValueFeature
|
| SparseFeature.ValueFeature.Builder |
Protobuf type tensorflow.metadata.v0.SparseFeature.ValueFeature
|
| Statistics |
|
| StringDomain |
Encodes information for domains of string values.
|
| StringDomain.Builder |
Encodes information for domains of string values.
|
| StringStatistics |
Statistics for a string feature in a dataset.
|
| StringStatistics.Builder |
Statistics for a string feature in a dataset.
|
| StringStatistics.FreqAndValue |
Protobuf type tensorflow.metadata.v0.StringStatistics.FreqAndValue
|
| StringStatistics.FreqAndValue.Builder |
Protobuf type tensorflow.metadata.v0.StringStatistics.FreqAndValue
|
| StructDomain |
Domain for a recursive struct.
|
| StructDomain.Builder |
Domain for a recursive struct.
|
| StructStatistics |
Protobuf type tensorflow.metadata.v0.StructStatistics
|
| StructStatistics.Builder |
Protobuf type tensorflow.metadata.v0.StructStatistics
|
| TensorRepresentation |
A TensorRepresentation captures the intent for converting columns in a
dataset to TensorFlow Tensors (or more generally, tf.CompositeTensors).
|
| TensorRepresentation.Builder |
A TensorRepresentation captures the intent for converting columns in a
dataset to TensorFlow Tensors (or more generally, tf.CompositeTensors).
|
| TensorRepresentation.DefaultValue |
Protobuf type tensorflow.metadata.v0.TensorRepresentation.DefaultValue
|
| TensorRepresentation.DefaultValue.Builder |
Protobuf type tensorflow.metadata.v0.TensorRepresentation.DefaultValue
|
| TensorRepresentation.DenseTensor |
A tf.Tensor
|
| TensorRepresentation.DenseTensor.Builder |
A tf.Tensor
|
| TensorRepresentation.SparseTensor |
A tf.SparseTensor whose indices and values come from separate data columns.
|
| TensorRepresentation.SparseTensor.Builder |
A tf.SparseTensor whose indices and values come from separate data columns.
|
| TensorRepresentation.VarLenSparseTensor |
A ragged tf.SparseTensor that models nested lists.
|
| TensorRepresentation.VarLenSparseTensor.Builder |
A ragged tf.SparseTensor that models nested lists.
|
| TensorRepresentationGroup |
A TensorRepresentationGroup is a collection of TensorRepresentations with
names.
|
| TensorRepresentationGroup.Builder |
A TensorRepresentationGroup is a collection of TensorRepresentations with
names.
|
| TimeDomain |
Time or date representation.
|
| TimeDomain.Builder |
Time or date representation.
|
| TimeOfDayDomain |
Time of day, without a particular date.
|
| TimeOfDayDomain.Builder |
Time of day, without a particular date.
|
| URLDomain |
A URL, see: https://en.wikipedia.org/wiki/URL
|
| URLDomain.Builder |
A URL, see: https://en.wikipedia.org/wiki/URL
|
| ValueCount |
Limits on maximum and minimum number of values in a
single example (when the feature is present).
|
| ValueCount.Builder |
Limits on maximum and minimum number of values in a
single example (when the feature is present).
|
| WeightedCommonStatistics |
Common weighted statistics for all feature types.
|
| WeightedCommonStatistics.Builder |
Common weighted statistics for all feature types.
|
| WeightedFeature |
Represents a weighted feature that is encoded as a combination of raw base
features.
|
| WeightedFeature.Builder |
Represents a weighted feature that is encoded as a combination of raw base
features.
|
| WeightedNumericStatistics |
Statistics for a weighted numeric feature in a dataset.
|
| WeightedNumericStatistics.Builder |
Statistics for a weighted numeric feature in a dataset.
|
| WeightedStringStatistics |
Statistics for a weighted string feature in a dataset.
|
| WeightedStringStatistics.Builder |
Statistics for a weighted string feature in a dataset.
|