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| Modifier and Type | Method and Description |
|---|---|
FeatureList.Builder |
addAllFeature(java.lang.Iterable<? extends Feature> values)
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; |
FeatureList.Builder |
addFeature(int index,
Feature value)
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,
java.lang.Object value) |
FeatureList |
build() |
FeatureList |
buildPartial() |
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 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Feature |
getFeature(int index)
repeated .tensorflow.Feature feature = 1; |
Feature.Builder |
getFeatureBuilder(int index)
repeated .tensorflow.Feature feature = 1; |
java.util.List<Feature.Builder> |
getFeatureBuilderList()
repeated .tensorflow.Feature feature = 1; |
int |
getFeatureCount()
repeated .tensorflow.Feature feature = 1; |
java.util.List<Feature> |
getFeatureList()
repeated .tensorflow.Feature feature = 1; |
FeatureOrBuilder |
getFeatureOrBuilder(int index)
repeated .tensorflow.Feature feature = 1; |
java.util.List<? extends FeatureOrBuilder> |
getFeatureOrBuilderList()
repeated .tensorflow.Feature feature = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FeatureList.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FeatureList.Builder |
mergeFrom(FeatureList other) |
FeatureList.Builder |
mergeFrom(com.google.protobuf.Message other) |
FeatureList.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FeatureList.Builder |
removeFeature(int index)
repeated .tensorflow.Feature feature = 1; |
FeatureList.Builder |
setFeature(int index,
Feature.Builder builderForValue)
repeated .tensorflow.Feature feature = 1; |
FeatureList.Builder |
setFeature(int index,
Feature value)
repeated .tensorflow.Feature feature = 1; |
FeatureList.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
FeatureList.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
FeatureList.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureList.Builder>public FeatureList.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureList.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureList.Builder>public FeatureList getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FeatureList build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FeatureList buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FeatureList.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureList.Builder>public FeatureList.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureList.Builder>public FeatureList.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureList.Builder>public FeatureList.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureList.Builder>public FeatureList.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureList.Builder>public FeatureList.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureList.Builder>public FeatureList.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FeatureList.Builder>public FeatureList.Builder mergeFrom(FeatureList other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureList.Builder>public FeatureList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FeatureList.Builder>java.io.IOExceptionpublic java.util.List<Feature> getFeatureList()
repeated .tensorflow.Feature feature = 1;getFeatureList in interface FeatureListOrBuilderpublic int getFeatureCount()
repeated .tensorflow.Feature feature = 1;getFeatureCount in interface FeatureListOrBuilderpublic Feature getFeature(int index)
repeated .tensorflow.Feature feature = 1;getFeature in interface FeatureListOrBuilderpublic 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 addFeature(Feature value)
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(int index, Feature.Builder builderForValue)
repeated .tensorflow.Feature feature = 1;public FeatureList.Builder addAllFeature(java.lang.Iterable<? extends Feature> values)
repeated .tensorflow.Feature feature = 1;public FeatureList.Builder clearFeature()
repeated .tensorflow.Feature feature = 1;public FeatureList.Builder removeFeature(int index)
repeated .tensorflow.Feature feature = 1;public Feature.Builder getFeatureBuilder(int index)
repeated .tensorflow.Feature feature = 1;public FeatureOrBuilder getFeatureOrBuilder(int index)
repeated .tensorflow.Feature feature = 1;getFeatureOrBuilder in interface FeatureListOrBuilderpublic java.util.List<? extends FeatureOrBuilder> getFeatureOrBuilderList()
repeated .tensorflow.Feature feature = 1;getFeatureOrBuilderList in interface FeatureListOrBuilderpublic Feature.Builder addFeatureBuilder()
repeated .tensorflow.Feature feature = 1;public Feature.Builder addFeatureBuilder(int index)
repeated .tensorflow.Feature feature = 1;public java.util.List<Feature.Builder> getFeatureBuilderList()
repeated .tensorflow.Feature feature = 1;public final FeatureList.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureList.Builder>public final FeatureList.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureList.Builder>