Class FeatureList

All Implemented Interfaces:
Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, FeatureListOrBuilder

public final class FeatureList extends GeneratedMessageV3 implements FeatureListOrBuilder
Containers for sequential data.
A FeatureList contains lists of Features.  These may hold zero or more
Feature values.
FeatureLists are organized into categories by name.  The FeatureLists message
contains the mapping from name to FeatureList.
Protobuf type tensorflow.FeatureList
See Also: