public static final class EagerServiceOuterClass.Operation.Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder> implements EagerServiceOuterClass.OperationOrBuilder
A proto representation of an eager operation.Protobuf type
tensorflow.eager.Operation| Modifier and Type | Method and Description |
|---|---|
EagerServiceOuterClass.Operation.Builder |
addAllControlOpIds(Iterable<? extends Long> values)
Control Operation IDs that will be respected when ops are re-ordered by
async execution.
|
EagerServiceOuterClass.Operation.Builder |
addAllInputs(Iterable<? extends EagerServiceOuterClass.RemoteTensorHandle> values)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
addControlOpIds(long value)
Control Operation IDs that will be respected when ops are re-ordered by
async execution.
|
EagerServiceOuterClass.Operation.Builder |
addInputs(EagerServiceOuterClass.RemoteTensorHandle.Builder builderForValue)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
addInputs(EagerServiceOuterClass.RemoteTensorHandle value)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
addInputs(int index,
EagerServiceOuterClass.RemoteTensorHandle.Builder builderForValue)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
addInputs(int index,
EagerServiceOuterClass.RemoteTensorHandle value)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.RemoteTensorHandle.Builder |
addInputsBuilder()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.RemoteTensorHandle.Builder |
addInputsBuilder(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EagerServiceOuterClass.Operation |
build() |
EagerServiceOuterClass.Operation |
buildPartial() |
EagerServiceOuterClass.Operation.Builder |
clear() |
EagerServiceOuterClass.Operation.Builder |
clearAttrs() |
EagerServiceOuterClass.Operation.Builder |
clearControlOpIds()
Control Operation IDs that will be respected when ops are re-ordered by
async execution.
|
EagerServiceOuterClass.Operation.Builder |
clearDevice()
string device = 6; |
EagerServiceOuterClass.Operation.Builder |
clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
EagerServiceOuterClass.Operation.Builder |
clearId()
A unique identifier for the operation.
|
EagerServiceOuterClass.Operation.Builder |
clearInputs()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
clearName()
string name = 2; |
EagerServiceOuterClass.Operation.Builder |
clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
EagerServiceOuterClass.Operation.Builder |
clone() |
boolean |
containsAttrs(String key)
map<string, .tensorflow.AttrValue> attrs = 5; |
Map<String,AttrValue> |
getAttrs()
Deprecated.
|
int |
getAttrsCount()
map<string, .tensorflow.AttrValue> attrs = 5; |
Map<String,AttrValue> |
getAttrsMap()
map<string, .tensorflow.AttrValue> attrs = 5; |
AttrValue |
getAttrsOrDefault(String key,
AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attrs = 5; |
AttrValue |
getAttrsOrThrow(String key)
map<string, .tensorflow.AttrValue> attrs = 5; |
long |
getControlOpIds(int index)
Control Operation IDs that will be respected when ops are re-ordered by
async execution.
|
int |
getControlOpIdsCount()
Control Operation IDs that will be respected when ops are re-ordered by
async execution.
|
List<Long> |
getControlOpIdsList()
Control Operation IDs that will be respected when ops are re-ordered by
async execution.
|
EagerServiceOuterClass.Operation |
getDefaultInstanceForType() |
static org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDevice()
string device = 6; |
org.nd4j.shade.protobuf.ByteString |
getDeviceBytes()
string device = 6; |
long |
getId()
A unique identifier for the operation.
|
EagerServiceOuterClass.RemoteTensorHandle |
getInputs(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.RemoteTensorHandle.Builder |
getInputsBuilder(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
List<EagerServiceOuterClass.RemoteTensorHandle.Builder> |
getInputsBuilderList()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
int |
getInputsCount()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
List<EagerServiceOuterClass.RemoteTensorHandle> |
getInputsList()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.RemoteTensorHandleOrBuilder |
getInputsOrBuilder(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
List<? extends EagerServiceOuterClass.RemoteTensorHandleOrBuilder> |
getInputsOrBuilderList()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
Map<String,AttrValue> |
getMutableAttrs()
Deprecated.
|
String |
getName()
string name = 2; |
org.nd4j.shade.protobuf.ByteString |
getNameBytes()
string name = 2; |
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected org.nd4j.shade.protobuf.MapField |
internalGetMapField(int number) |
protected org.nd4j.shade.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
EagerServiceOuterClass.Operation.Builder |
mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
EagerServiceOuterClass.Operation.Builder |
mergeFrom(EagerServiceOuterClass.Operation other) |
EagerServiceOuterClass.Operation.Builder |
mergeFrom(org.nd4j.shade.protobuf.Message other) |
EagerServiceOuterClass.Operation.Builder |
mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
EagerServiceOuterClass.Operation.Builder |
putAllAttrs(Map<String,AttrValue> values)
map<string, .tensorflow.AttrValue> attrs = 5; |
EagerServiceOuterClass.Operation.Builder |
putAttrs(String key,
AttrValue value)
map<string, .tensorflow.AttrValue> attrs = 5; |
EagerServiceOuterClass.Operation.Builder |
removeAttrs(String key)
map<string, .tensorflow.AttrValue> attrs = 5; |
EagerServiceOuterClass.Operation.Builder |
removeInputs(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
setControlOpIds(int index,
long value)
Control Operation IDs that will be respected when ops are re-ordered by
async execution.
|
EagerServiceOuterClass.Operation.Builder |
setDevice(String value)
string device = 6; |
EagerServiceOuterClass.Operation.Builder |
setDeviceBytes(org.nd4j.shade.protobuf.ByteString value)
string device = 6; |
EagerServiceOuterClass.Operation.Builder |
setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EagerServiceOuterClass.Operation.Builder |
setId(long value)
A unique identifier for the operation.
|
EagerServiceOuterClass.Operation.Builder |
setInputs(int index,
EagerServiceOuterClass.RemoteTensorHandle.Builder builderForValue)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
setInputs(int index,
EagerServiceOuterClass.RemoteTensorHandle value)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
setName(String value)
string name = 2; |
EagerServiceOuterClass.Operation.Builder |
setNameBytes(org.nd4j.shade.protobuf.ByteString value)
string name = 2; |
EagerServiceOuterClass.Operation.Builder |
setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
EagerServiceOuterClass.Operation.Builder |
setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, 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 org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
protected org.nd4j.shade.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>protected org.nd4j.shade.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder clear()
clear in interface org.nd4j.shade.protobuf.Message.Builderclear in interface org.nd4j.shade.protobuf.MessageLite.Builderclear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.nd4j.shade.protobuf.Message.BuildergetDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuildergetDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderpublic EagerServiceOuterClass.Operation build()
build in interface org.nd4j.shade.protobuf.Message.Builderbuild in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic EagerServiceOuterClass.Operation buildPartial()
buildPartial in interface org.nd4j.shade.protobuf.Message.BuilderbuildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic EagerServiceOuterClass.Operation.Builder clone()
clone in interface org.nd4j.shade.protobuf.Message.Builderclone in interface org.nd4j.shade.protobuf.MessageLite.Builderclone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.nd4j.shade.protobuf.Message.BuildersetField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.nd4j.shade.protobuf.Message.BuilderclearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.nd4j.shade.protobuf.Message.BuilderclearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.nd4j.shade.protobuf.Message.BuildersetRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.nd4j.shade.protobuf.Message.BuilderaddRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder mergeFrom(org.nd4j.shade.protobuf.Message other)
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder mergeFrom(EagerServiceOuterClass.Operation other)
public final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in interface org.nd4j.shade.protobuf.MessageLite.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<EagerServiceOuterClass.Operation.Builder>IOExceptionpublic long getId()
A unique identifier for the operation. Set by the client so that the client can uniquely identify the outputs of the scheduled operation. In the initial implementation, sending duplicate IDs has undefined behaviour, but additional constraints may be placed upon this in the future.
int64 id = 1;getId in interface EagerServiceOuterClass.OperationOrBuilderpublic EagerServiceOuterClass.Operation.Builder setId(long value)
A unique identifier for the operation. Set by the client so that the client can uniquely identify the outputs of the scheduled operation. In the initial implementation, sending duplicate IDs has undefined behaviour, but additional constraints may be placed upon this in the future.
int64 id = 1;public EagerServiceOuterClass.Operation.Builder clearId()
A unique identifier for the operation. Set by the client so that the client can uniquely identify the outputs of the scheduled operation. In the initial implementation, sending duplicate IDs has undefined behaviour, but additional constraints may be placed upon this in the future.
int64 id = 1;public String getName()
string name = 2;getName in interface EagerServiceOuterClass.OperationOrBuilderpublic org.nd4j.shade.protobuf.ByteString getNameBytes()
string name = 2;getNameBytes in interface EagerServiceOuterClass.OperationOrBuilderpublic EagerServiceOuterClass.Operation.Builder setName(String value)
string name = 2;public EagerServiceOuterClass.Operation.Builder clearName()
string name = 2;public EagerServiceOuterClass.Operation.Builder setNameBytes(org.nd4j.shade.protobuf.ByteString value)
string name = 2;public List<EagerServiceOuterClass.RemoteTensorHandle> getInputsList()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;getInputsList in interface EagerServiceOuterClass.OperationOrBuilderpublic int getInputsCount()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;getInputsCount in interface EagerServiceOuterClass.OperationOrBuilderpublic EagerServiceOuterClass.RemoteTensorHandle getInputs(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;getInputs in interface EagerServiceOuterClass.OperationOrBuilderpublic EagerServiceOuterClass.Operation.Builder setInputs(int index, EagerServiceOuterClass.RemoteTensorHandle value)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.Operation.Builder setInputs(int index, EagerServiceOuterClass.RemoteTensorHandle.Builder builderForValue)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.Operation.Builder addInputs(EagerServiceOuterClass.RemoteTensorHandle value)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.Operation.Builder addInputs(int index, EagerServiceOuterClass.RemoteTensorHandle value)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.Operation.Builder addInputs(EagerServiceOuterClass.RemoteTensorHandle.Builder builderForValue)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.Operation.Builder addInputs(int index, EagerServiceOuterClass.RemoteTensorHandle.Builder builderForValue)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.Operation.Builder addAllInputs(Iterable<? extends EagerServiceOuterClass.RemoteTensorHandle> values)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.Operation.Builder clearInputs()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.Operation.Builder removeInputs(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.RemoteTensorHandle.Builder getInputsBuilder(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.RemoteTensorHandleOrBuilder getInputsOrBuilder(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;getInputsOrBuilder in interface EagerServiceOuterClass.OperationOrBuilderpublic List<? extends EagerServiceOuterClass.RemoteTensorHandleOrBuilder> getInputsOrBuilderList()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;getInputsOrBuilderList in interface EagerServiceOuterClass.OperationOrBuilderpublic EagerServiceOuterClass.RemoteTensorHandle.Builder addInputsBuilder()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.RemoteTensorHandle.Builder addInputsBuilder(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public List<EagerServiceOuterClass.RemoteTensorHandle.Builder> getInputsBuilderList()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public List<Long> getControlOpIdsList()
Control Operation IDs that will be respected when ops are re-ordered by async execution. If async execution (+ op re-ordering) is not enabled, this should have no effect.
repeated int64 control_op_ids = 4;getControlOpIdsList in interface EagerServiceOuterClass.OperationOrBuilderpublic int getControlOpIdsCount()
Control Operation IDs that will be respected when ops are re-ordered by async execution. If async execution (+ op re-ordering) is not enabled, this should have no effect.
repeated int64 control_op_ids = 4;getControlOpIdsCount in interface EagerServiceOuterClass.OperationOrBuilderpublic long getControlOpIds(int index)
Control Operation IDs that will be respected when ops are re-ordered by async execution. If async execution (+ op re-ordering) is not enabled, this should have no effect.
repeated int64 control_op_ids = 4;getControlOpIds in interface EagerServiceOuterClass.OperationOrBuilderpublic EagerServiceOuterClass.Operation.Builder setControlOpIds(int index, long value)
Control Operation IDs that will be respected when ops are re-ordered by async execution. If async execution (+ op re-ordering) is not enabled, this should have no effect.
repeated int64 control_op_ids = 4;public EagerServiceOuterClass.Operation.Builder addControlOpIds(long value)
Control Operation IDs that will be respected when ops are re-ordered by async execution. If async execution (+ op re-ordering) is not enabled, this should have no effect.
repeated int64 control_op_ids = 4;public EagerServiceOuterClass.Operation.Builder addAllControlOpIds(Iterable<? extends Long> values)
Control Operation IDs that will be respected when ops are re-ordered by async execution. If async execution (+ op re-ordering) is not enabled, this should have no effect.
repeated int64 control_op_ids = 4;public EagerServiceOuterClass.Operation.Builder clearControlOpIds()
Control Operation IDs that will be respected when ops are re-ordered by async execution. If async execution (+ op re-ordering) is not enabled, this should have no effect.
repeated int64 control_op_ids = 4;public int getAttrsCount()
EagerServiceOuterClass.OperationOrBuildermap<string, .tensorflow.AttrValue> attrs = 5;getAttrsCount in interface EagerServiceOuterClass.OperationOrBuilderpublic boolean containsAttrs(String key)
map<string, .tensorflow.AttrValue> attrs = 5;containsAttrs in interface EagerServiceOuterClass.OperationOrBuilder@Deprecated public Map<String,AttrValue> getAttrs()
getAttrsMap() instead.getAttrs in interface EagerServiceOuterClass.OperationOrBuilderpublic Map<String,AttrValue> getAttrsMap()
map<string, .tensorflow.AttrValue> attrs = 5;getAttrsMap in interface EagerServiceOuterClass.OperationOrBuilderpublic AttrValue getAttrsOrDefault(String key, AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attrs = 5;getAttrsOrDefault in interface EagerServiceOuterClass.OperationOrBuilderpublic AttrValue getAttrsOrThrow(String key)
map<string, .tensorflow.AttrValue> attrs = 5;getAttrsOrThrow in interface EagerServiceOuterClass.OperationOrBuilderpublic EagerServiceOuterClass.Operation.Builder clearAttrs()
public EagerServiceOuterClass.Operation.Builder removeAttrs(String key)
map<string, .tensorflow.AttrValue> attrs = 5;@Deprecated public Map<String,AttrValue> getMutableAttrs()
public EagerServiceOuterClass.Operation.Builder putAttrs(String key, AttrValue value)
map<string, .tensorflow.AttrValue> attrs = 5;public EagerServiceOuterClass.Operation.Builder putAllAttrs(Map<String,AttrValue> values)
map<string, .tensorflow.AttrValue> attrs = 5;public String getDevice()
string device = 6;getDevice in interface EagerServiceOuterClass.OperationOrBuilderpublic org.nd4j.shade.protobuf.ByteString getDeviceBytes()
string device = 6;getDeviceBytes in interface EagerServiceOuterClass.OperationOrBuilderpublic EagerServiceOuterClass.Operation.Builder setDevice(String value)
string device = 6;public EagerServiceOuterClass.Operation.Builder clearDevice()
string device = 6;public EagerServiceOuterClass.Operation.Builder setDeviceBytes(org.nd4j.shade.protobuf.ByteString value)
string device = 6;public final EagerServiceOuterClass.Operation.Builder setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildersetUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public final EagerServiceOuterClass.Operation.Builder mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildermergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>Copyright © 2021. All rights reserved.