public static final class VarLenFeatureProto.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<VarLenFeatureProto.Builder> implements VarLenFeatureProtoOrBuilder
tensorflow.VarLenFeatureProto
Modifier and Type | Method and Description |
---|---|
VarLenFeatureProto.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VarLenFeatureProto |
build() |
VarLenFeatureProto |
buildPartial() |
VarLenFeatureProto.Builder |
clear() |
VarLenFeatureProto.Builder |
clearDtype()
.tensorflow.DataType dtype = 1; |
VarLenFeatureProto.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VarLenFeatureProto.Builder |
clearIndicesOutputTensorName()
string indices_output_tensor_name = 3; |
VarLenFeatureProto.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VarLenFeatureProto.Builder |
clearShapesOutputTensorName()
string shapes_output_tensor_name = 4; |
VarLenFeatureProto.Builder |
clearValuesOutputTensorName()
string values_output_tensor_name = 2; |
VarLenFeatureProto.Builder |
clone() |
VarLenFeatureProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
DataType |
getDtype()
.tensorflow.DataType dtype = 1; |
int |
getDtypeValue()
.tensorflow.DataType dtype = 1; |
String |
getIndicesOutputTensorName()
string indices_output_tensor_name = 3; |
com.google.protobuf.ByteString |
getIndicesOutputTensorNameBytes()
string indices_output_tensor_name = 3; |
String |
getShapesOutputTensorName()
string shapes_output_tensor_name = 4; |
com.google.protobuf.ByteString |
getShapesOutputTensorNameBytes()
string shapes_output_tensor_name = 4; |
String |
getValuesOutputTensorName()
string values_output_tensor_name = 2; |
com.google.protobuf.ByteString |
getValuesOutputTensorNameBytes()
string values_output_tensor_name = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
VarLenFeatureProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VarLenFeatureProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
VarLenFeatureProto.Builder |
mergeFrom(VarLenFeatureProto other) |
VarLenFeatureProto.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VarLenFeatureProto.Builder |
setDtype(DataType value)
.tensorflow.DataType dtype = 1; |
VarLenFeatureProto.Builder |
setDtypeValue(int value)
.tensorflow.DataType dtype = 1; |
VarLenFeatureProto.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VarLenFeatureProto.Builder |
setIndicesOutputTensorName(String value)
string indices_output_tensor_name = 3; |
VarLenFeatureProto.Builder |
setIndicesOutputTensorNameBytes(com.google.protobuf.ByteString value)
string indices_output_tensor_name = 3; |
VarLenFeatureProto.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VarLenFeatureProto.Builder |
setShapesOutputTensorName(String value)
string shapes_output_tensor_name = 4; |
VarLenFeatureProto.Builder |
setShapesOutputTensorNameBytes(com.google.protobuf.ByteString value)
string shapes_output_tensor_name = 4; |
VarLenFeatureProto.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VarLenFeatureProto.Builder |
setValuesOutputTensorName(String value)
string values_output_tensor_name = 2; |
VarLenFeatureProto.Builder |
setValuesOutputTensorNameBytes(com.google.protobuf.ByteString value)
string values_output_tensor_name = 2; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownField
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<VarLenFeatureProto.Builder>
public VarLenFeatureProto.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<VarLenFeatureProto.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<VarLenFeatureProto.Builder>
public VarLenFeatureProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public VarLenFeatureProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public VarLenFeatureProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public VarLenFeatureProto.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<VarLenFeatureProto.Builder>
public VarLenFeatureProto.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<VarLenFeatureProto.Builder>
public VarLenFeatureProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<VarLenFeatureProto.Builder>
public VarLenFeatureProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<VarLenFeatureProto.Builder>
public VarLenFeatureProto.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<VarLenFeatureProto.Builder>
public VarLenFeatureProto.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<VarLenFeatureProto.Builder>
public VarLenFeatureProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<VarLenFeatureProto.Builder>
public VarLenFeatureProto.Builder mergeFrom(VarLenFeatureProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<VarLenFeatureProto.Builder>
public VarLenFeatureProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<VarLenFeatureProto.Builder>
IOException
public int getDtypeValue()
.tensorflow.DataType dtype = 1;
getDtypeValue
in interface VarLenFeatureProtoOrBuilder
public VarLenFeatureProto.Builder setDtypeValue(int value)
.tensorflow.DataType dtype = 1;
public DataType getDtype()
.tensorflow.DataType dtype = 1;
getDtype
in interface VarLenFeatureProtoOrBuilder
public VarLenFeatureProto.Builder setDtype(DataType value)
.tensorflow.DataType dtype = 1;
public VarLenFeatureProto.Builder clearDtype()
.tensorflow.DataType dtype = 1;
public String getValuesOutputTensorName()
string values_output_tensor_name = 2;
getValuesOutputTensorName
in interface VarLenFeatureProtoOrBuilder
public com.google.protobuf.ByteString getValuesOutputTensorNameBytes()
string values_output_tensor_name = 2;
getValuesOutputTensorNameBytes
in interface VarLenFeatureProtoOrBuilder
public VarLenFeatureProto.Builder setValuesOutputTensorName(String value)
string values_output_tensor_name = 2;
public VarLenFeatureProto.Builder clearValuesOutputTensorName()
string values_output_tensor_name = 2;
public VarLenFeatureProto.Builder setValuesOutputTensorNameBytes(com.google.protobuf.ByteString value)
string values_output_tensor_name = 2;
public String getIndicesOutputTensorName()
string indices_output_tensor_name = 3;
getIndicesOutputTensorName
in interface VarLenFeatureProtoOrBuilder
public com.google.protobuf.ByteString getIndicesOutputTensorNameBytes()
string indices_output_tensor_name = 3;
getIndicesOutputTensorNameBytes
in interface VarLenFeatureProtoOrBuilder
public VarLenFeatureProto.Builder setIndicesOutputTensorName(String value)
string indices_output_tensor_name = 3;
public VarLenFeatureProto.Builder clearIndicesOutputTensorName()
string indices_output_tensor_name = 3;
public VarLenFeatureProto.Builder setIndicesOutputTensorNameBytes(com.google.protobuf.ByteString value)
string indices_output_tensor_name = 3;
public String getShapesOutputTensorName()
string shapes_output_tensor_name = 4;
getShapesOutputTensorName
in interface VarLenFeatureProtoOrBuilder
public com.google.protobuf.ByteString getShapesOutputTensorNameBytes()
string shapes_output_tensor_name = 4;
getShapesOutputTensorNameBytes
in interface VarLenFeatureProtoOrBuilder
public VarLenFeatureProto.Builder setShapesOutputTensorName(String value)
string shapes_output_tensor_name = 4;
public VarLenFeatureProto.Builder clearShapesOutputTensorName()
string shapes_output_tensor_name = 4;
public VarLenFeatureProto.Builder setShapesOutputTensorNameBytes(com.google.protobuf.ByteString value)
string shapes_output_tensor_name = 4;
public final VarLenFeatureProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<VarLenFeatureProto.Builder>
public final VarLenFeatureProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<VarLenFeatureProto.Builder>
Copyright © 2015–2018. All rights reserved.