FeatureList.Builder

public static final class FeatureList.Builder

 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

Public Methods

FeatureList.Builder
addAllFeature(Iterable<? extends Feature> values)
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
addFeature(int index, Feature value)
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
addFeature(Feature.Builder builderForValue)
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
addFeature(Feature value)
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
addFeature(int index, Feature.Builder builderForValue)
repeated .tensorflow.Feature feature = 1;
Feature.Builder
addFeatureBuilder()
repeated .tensorflow.Feature feature = 1;
Feature.Builder
addFeatureBuilder(int index)
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
FeatureList
build()
FeatureList
FeatureList.Builder
clear()
FeatureList.Builder
clearFeature()
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
FeatureList.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
FeatureList.Builder
clone()
FeatureList
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Feature
getFeature(int index)
repeated .tensorflow.Feature feature = 1;
Feature.Builder
getFeatureBuilder(int index)
repeated .tensorflow.Feature feature = 1;
List<Feature.Builder>
getFeatureBuilderList()
repeated .tensorflow.Feature feature = 1;
int
getFeatureCount()
repeated .tensorflow.Feature feature = 1;
List<Feature>
getFeatureList()
repeated .tensorflow.Feature feature = 1;
FeatureOrBuilder
getFeatureOrBuilder(int index)
repeated .tensorflow.Feature feature = 1;
List<? extends FeatureOrBuilder>
getFeatureOrBuilderList()
repeated .tensorflow.Feature feature = 1;
final boolean
FeatureList.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FeatureList.Builder
mergeFrom(com.google.protobuf.Message other)
final FeatureList.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
FeatureList.Builder
removeFeature(int index)
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
setFeature(int index, Feature value)
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
setFeature(int index, Feature.Builder builderForValue)
repeated .tensorflow.Feature feature = 1;
FeatureList.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
FeatureList.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
final FeatureList.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)

Inherited Methods

Public Methods

public FeatureList.Builder addAllFeature (Iterable<? extends Feature> values)

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder addFeature (int index, Feature value)

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder addFeature (Feature.Builder builderForValue)

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder addFeature (Feature value)

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder addFeature (int index, Feature.Builder builderForValue)

repeated .tensorflow.Feature feature = 1;

public Feature.Builder addFeatureBuilder ()

repeated .tensorflow.Feature feature = 1;

public Feature.Builder addFeatureBuilder (int index)

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public FeatureList build ()

public FeatureList buildPartial ()

public FeatureList.Builder clear ()

public FeatureList.Builder clearFeature ()

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)

public FeatureList.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public FeatureList.Builder clone ()

public FeatureList getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public Feature getFeature (int index)

repeated .tensorflow.Feature feature = 1;

public Feature.Builder getFeatureBuilder (int index)

repeated .tensorflow.Feature feature = 1;

public List<Feature.Builder> getFeatureBuilderList ()

repeated .tensorflow.Feature feature = 1;

public int getFeatureCount ()

repeated .tensorflow.Feature feature = 1;

public List<Feature> getFeatureList ()

repeated .tensorflow.Feature feature = 1;

public FeatureOrBuilder getFeatureOrBuilder (int index)

repeated .tensorflow.Feature feature = 1;

public List<? extends FeatureOrBuilder> getFeatureOrBuilderList ()

repeated .tensorflow.Feature feature = 1;

public final boolean isInitialized ()

public FeatureList.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public FeatureList.Builder mergeFrom (com.google.protobuf.Message other)

public final FeatureList.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public FeatureList.Builder removeFeature (int index)

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder setFeature (int index, Feature value)

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder setFeature (int index, Feature.Builder builderForValue)

repeated .tensorflow.Feature feature = 1;

public FeatureList.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public FeatureList.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)

public final FeatureList.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)