Class FeatureList.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<FeatureList.Builder>
org.tensorflow.example.FeatureList.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable, FeatureListOrBuilder
Enclosing class:
FeatureList

public static final class FeatureList.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<FeatureList.Builder>
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