public static final class Feature.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder> implements FeatureOrBuilder
Containers for non-sequential data.Protobuf type
tensorflow.Feature| Modifier and Type | Method and Description |
|---|---|
Feature.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Feature |
build() |
Feature |
buildPartial() |
Feature.Builder |
clear() |
Feature.Builder |
clearBytesList()
.tensorflow.BytesList bytes_list = 1; |
Feature.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Feature.Builder |
clearFloatList()
.tensorflow.FloatList float_list = 2; |
Feature.Builder |
clearInt64List()
.tensorflow.Int64List int64_list = 3; |
Feature.Builder |
clearKind() |
Feature.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Feature.Builder |
clone() |
BytesList |
getBytesList()
.tensorflow.BytesList bytes_list = 1; |
BytesList.Builder |
getBytesListBuilder()
.tensorflow.BytesList bytes_list = 1; |
BytesListOrBuilder |
getBytesListOrBuilder()
.tensorflow.BytesList bytes_list = 1; |
Feature |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
FloatList |
getFloatList()
.tensorflow.FloatList float_list = 2; |
FloatList.Builder |
getFloatListBuilder()
.tensorflow.FloatList float_list = 2; |
FloatListOrBuilder |
getFloatListOrBuilder()
.tensorflow.FloatList float_list = 2; |
Int64List |
getInt64List()
.tensorflow.Int64List int64_list = 3; |
Int64List.Builder |
getInt64ListBuilder()
.tensorflow.Int64List int64_list = 3; |
Int64ListOrBuilder |
getInt64ListOrBuilder()
.tensorflow.Int64List int64_list = 3; |
Feature.KindCase |
getKindCase() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Feature.Builder |
mergeBytesList(BytesList value)
.tensorflow.BytesList bytes_list = 1; |
Feature.Builder |
mergeFloatList(FloatList value)
.tensorflow.FloatList float_list = 2; |
Feature.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Feature.Builder |
mergeFrom(Feature other) |
Feature.Builder |
mergeFrom(com.google.protobuf.Message other) |
Feature.Builder |
mergeInt64List(Int64List value)
.tensorflow.Int64List int64_list = 3; |
Feature.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Feature.Builder |
setBytesList(BytesList.Builder builderForValue)
.tensorflow.BytesList bytes_list = 1; |
Feature.Builder |
setBytesList(BytesList value)
.tensorflow.BytesList bytes_list = 1; |
Feature.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Feature.Builder |
setFloatList(FloatList.Builder builderForValue)
.tensorflow.FloatList float_list = 2; |
Feature.Builder |
setFloatList(FloatList value)
.tensorflow.FloatList float_list = 2; |
Feature.Builder |
setInt64List(Int64List.Builder builderForValue)
.tensorflow.Int64List int64_list = 3; |
Feature.Builder |
setInt64List(Int64List value)
.tensorflow.Int64List int64_list = 3; |
Feature.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Feature.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, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, 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<Feature.Builder>public Feature.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.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<Feature.Builder>public Feature getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Feature build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Feature buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Feature.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Feature.Builder>public Feature.Builder mergeFrom(Feature other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Feature.Builder>IOExceptionpublic Feature.KindCase getKindCase()
getKindCase in interface FeatureOrBuilderpublic Feature.Builder clearKind()
public BytesList getBytesList()
.tensorflow.BytesList bytes_list = 1;getBytesList in interface FeatureOrBuilderpublic Feature.Builder setBytesList(BytesList value)
.tensorflow.BytesList bytes_list = 1;public Feature.Builder setBytesList(BytesList.Builder builderForValue)
.tensorflow.BytesList bytes_list = 1;public Feature.Builder mergeBytesList(BytesList value)
.tensorflow.BytesList bytes_list = 1;public Feature.Builder clearBytesList()
.tensorflow.BytesList bytes_list = 1;public BytesList.Builder getBytesListBuilder()
.tensorflow.BytesList bytes_list = 1;public BytesListOrBuilder getBytesListOrBuilder()
.tensorflow.BytesList bytes_list = 1;getBytesListOrBuilder in interface FeatureOrBuilderpublic FloatList getFloatList()
.tensorflow.FloatList float_list = 2;getFloatList in interface FeatureOrBuilderpublic Feature.Builder setFloatList(FloatList value)
.tensorflow.FloatList float_list = 2;public Feature.Builder setFloatList(FloatList.Builder builderForValue)
.tensorflow.FloatList float_list = 2;public Feature.Builder mergeFloatList(FloatList value)
.tensorflow.FloatList float_list = 2;public Feature.Builder clearFloatList()
.tensorflow.FloatList float_list = 2;public FloatList.Builder getFloatListBuilder()
.tensorflow.FloatList float_list = 2;public FloatListOrBuilder getFloatListOrBuilder()
.tensorflow.FloatList float_list = 2;getFloatListOrBuilder in interface FeatureOrBuilderpublic Int64List getInt64List()
.tensorflow.Int64List int64_list = 3;getInt64List in interface FeatureOrBuilderpublic Feature.Builder setInt64List(Int64List value)
.tensorflow.Int64List int64_list = 3;public Feature.Builder setInt64List(Int64List.Builder builderForValue)
.tensorflow.Int64List int64_list = 3;public Feature.Builder mergeInt64List(Int64List value)
.tensorflow.Int64List int64_list = 3;public Feature.Builder clearInt64List()
.tensorflow.Int64List int64_list = 3;public Int64List.Builder getInt64ListBuilder()
.tensorflow.Int64List int64_list = 3;public Int64ListOrBuilder getInt64ListOrBuilder()
.tensorflow.Int64List int64_list = 3;getInt64ListOrBuilder in interface FeatureOrBuilderpublic final Feature.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public final Feature.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>Copyright © 2015–2018. All rights reserved.