tfdv.FeatureView

View of a single feature.

This class provides accessor methods, as well as access to the underlying proto. Where possible, accessors should be used in place of proto access (for example, x.numeric_statistics() instead of x.proto().num_stats) in order to support future extension of the proto.

Methods

bytes_statistics

View source

Retrieve byte statistics if available.

common_statistics

View source

Retrieve common statistics if available.

custom_statistic

View source

Retrieve a custom_statistic by name.

numeric_statistics

View source

Retrieve numeric statistics if available.

proto

View source

Retrieve the underlying proto.

string_statistics

View source

Retrieve string statistics if available.

struct_statistics

View source

Retrieve struct statistics if available.