public static final class RunGraphRequest.Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunGraphRequest.Builder> implements RunGraphRequestOrBuilder
tensorflow.RunGraphRequest| Modifier and Type | Method and Description |
|---|---|
RunGraphRequest.Builder |
addAllRecvKey(Iterable<String> values)
repeated string recv_key = 4; |
RunGraphRequest.Builder |
addAllSend(Iterable<? extends NamedTensorProto> values)
Runs the graph.
|
RunGraphRequest.Builder |
addRecvKey(String value)
repeated string recv_key = 4; |
RunGraphRequest.Builder |
addRecvKeyBytes(org.nd4j.shade.protobuf.ByteString value)
repeated string recv_key = 4; |
RunGraphRequest.Builder |
addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RunGraphRequest.Builder |
addSend(int index,
NamedTensorProto.Builder builderForValue)
Runs the graph.
|
RunGraphRequest.Builder |
addSend(int index,
NamedTensorProto value)
Runs the graph.
|
RunGraphRequest.Builder |
addSend(NamedTensorProto.Builder builderForValue)
Runs the graph.
|
RunGraphRequest.Builder |
addSend(NamedTensorProto value)
Runs the graph.
|
NamedTensorProto.Builder |
addSendBuilder()
Runs the graph.
|
NamedTensorProto.Builder |
addSendBuilder(int index)
Runs the graph.
|
RunGraphRequest |
build() |
RunGraphRequest |
buildPartial() |
RunGraphRequest.Builder |
clear() |
RunGraphRequest.Builder |
clearCreateWorkerSessionCalled()
Set to true if `CreateWorkerSession` was called for `session_handle`.
|
RunGraphRequest.Builder |
clearExecOpts()
Options for this step.
|
RunGraphRequest.Builder |
clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
RunGraphRequest.Builder |
clearGraphHandle()
REQUIRED: graph_handle must be returned by a RegisterGraph call
to the same WorkerService.
|
RunGraphRequest.Builder |
clearIsLastPartialRun()
True if this is the last partial run request in a sequence of requests.
|
RunGraphRequest.Builder |
clearIsPartial()
True if the RunGraphRequest is a partial run request.
|
RunGraphRequest.Builder |
clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
RunGraphRequest.Builder |
clearRecvKey()
repeated string recv_key = 4; |
RunGraphRequest.Builder |
clearSend()
Runs the graph.
|
RunGraphRequest.Builder |
clearSessionHandle()
session_handle is the master-generated unique id for this session.
|
RunGraphRequest.Builder |
clearStepId()
A unique ID to distinguish different runs of the same graph.
|
RunGraphRequest.Builder |
clearStoreErrorsInResponseBody()
If true then some errors, e.g., execution errors that have long
error messages, may return an OK RunGraphResponse with the actual
error saved in the status_code/status_error_message fields of the
response body.
|
RunGraphRequest.Builder |
clone() |
boolean |
getCreateWorkerSessionCalled()
Set to true if `CreateWorkerSession` was called for `session_handle`.
|
RunGraphRequest |
getDefaultInstanceForType() |
static org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ExecutorOpts |
getExecOpts()
Options for this step.
|
ExecutorOpts.Builder |
getExecOptsBuilder()
Options for this step.
|
ExecutorOptsOrBuilder |
getExecOptsOrBuilder()
Options for this step.
|
String |
getGraphHandle()
REQUIRED: graph_handle must be returned by a RegisterGraph call
to the same WorkerService.
|
org.nd4j.shade.protobuf.ByteString |
getGraphHandleBytes()
REQUIRED: graph_handle must be returned by a RegisterGraph call
to the same WorkerService.
|
boolean |
getIsLastPartialRun()
True if this is the last partial run request in a sequence of requests.
|
boolean |
getIsPartial()
True if the RunGraphRequest is a partial run request.
|
String |
getRecvKey(int index)
repeated string recv_key = 4; |
org.nd4j.shade.protobuf.ByteString |
getRecvKeyBytes(int index)
repeated string recv_key = 4; |
int |
getRecvKeyCount()
repeated string recv_key = 4; |
org.nd4j.shade.protobuf.ProtocolStringList |
getRecvKeyList()
repeated string recv_key = 4; |
NamedTensorProto |
getSend(int index)
Runs the graph.
|
NamedTensorProto.Builder |
getSendBuilder(int index)
Runs the graph.
|
List<NamedTensorProto.Builder> |
getSendBuilderList()
Runs the graph.
|
int |
getSendCount()
Runs the graph.
|
List<NamedTensorProto> |
getSendList()
Runs the graph.
|
NamedTensorProtoOrBuilder |
getSendOrBuilder(int index)
Runs the graph.
|
List<? extends NamedTensorProtoOrBuilder> |
getSendOrBuilderList()
Runs the graph.
|
String |
getSessionHandle()
session_handle is the master-generated unique id for this session.
|
org.nd4j.shade.protobuf.ByteString |
getSessionHandleBytes()
session_handle is the master-generated unique id for this session.
|
long |
getStepId()
A unique ID to distinguish different runs of the same graph.
|
boolean |
getStoreErrorsInResponseBody()
If true then some errors, e.g., execution errors that have long
error messages, may return an OK RunGraphResponse with the actual
error saved in the status_code/status_error_message fields of the
response body.
|
boolean |
hasExecOpts()
Options for this step.
|
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RunGraphRequest.Builder |
mergeExecOpts(ExecutorOpts value)
Options for this step.
|
RunGraphRequest.Builder |
mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
RunGraphRequest.Builder |
mergeFrom(org.nd4j.shade.protobuf.Message other) |
RunGraphRequest.Builder |
mergeFrom(RunGraphRequest other) |
RunGraphRequest.Builder |
mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
RunGraphRequest.Builder |
removeSend(int index)
Runs the graph.
|
RunGraphRequest.Builder |
setCreateWorkerSessionCalled(boolean value)
Set to true if `CreateWorkerSession` was called for `session_handle`.
|
RunGraphRequest.Builder |
setExecOpts(ExecutorOpts.Builder builderForValue)
Options for this step.
|
RunGraphRequest.Builder |
setExecOpts(ExecutorOpts value)
Options for this step.
|
RunGraphRequest.Builder |
setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RunGraphRequest.Builder |
setGraphHandle(String value)
REQUIRED: graph_handle must be returned by a RegisterGraph call
to the same WorkerService.
|
RunGraphRequest.Builder |
setGraphHandleBytes(org.nd4j.shade.protobuf.ByteString value)
REQUIRED: graph_handle must be returned by a RegisterGraph call
to the same WorkerService.
|
RunGraphRequest.Builder |
setIsLastPartialRun(boolean value)
True if this is the last partial run request in a sequence of requests.
|
RunGraphRequest.Builder |
setIsPartial(boolean value)
True if the RunGraphRequest is a partial run request.
|
RunGraphRequest.Builder |
setRecvKey(int index,
String value)
repeated string recv_key = 4; |
RunGraphRequest.Builder |
setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RunGraphRequest.Builder |
setSend(int index,
NamedTensorProto.Builder builderForValue)
Runs the graph.
|
RunGraphRequest.Builder |
setSend(int index,
NamedTensorProto value)
Runs the graph.
|
RunGraphRequest.Builder |
setSessionHandle(String value)
session_handle is the master-generated unique id for this session.
|
RunGraphRequest.Builder |
setSessionHandleBytes(org.nd4j.shade.protobuf.ByteString value)
session_handle is the master-generated unique id for this session.
|
RunGraphRequest.Builder |
setStepId(long value)
A unique ID to distinguish different runs of the same graph.
|
RunGraphRequest.Builder |
setStoreErrorsInResponseBody(boolean value)
If true then some errors, e.g., execution errors that have long
error messages, may return an OK RunGraphResponse with the actual
error saved in the status_code/status_error_message fields of the
response body.
|
RunGraphRequest.Builder |
setUnknownFields(org.nd4j.shade.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 org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunGraphRequest.Builder>public RunGraphRequest.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<RunGraphRequest.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<RunGraphRequest.Builder>public RunGraphRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderpublic RunGraphRequest build()
build in interface org.nd4j.shade.protobuf.Message.Builderbuild in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic RunGraphRequest buildPartial()
buildPartial in interface org.nd4j.shade.protobuf.Message.BuilderbuildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic RunGraphRequest.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<RunGraphRequest.Builder>public RunGraphRequest.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<RunGraphRequest.Builder>public RunGraphRequest.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<RunGraphRequest.Builder>public RunGraphRequest.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<RunGraphRequest.Builder>public RunGraphRequest.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<RunGraphRequest.Builder>public RunGraphRequest.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<RunGraphRequest.Builder>public RunGraphRequest.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<RunGraphRequest.Builder>public RunGraphRequest.Builder mergeFrom(RunGraphRequest other)
public final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunGraphRequest.Builder>public RunGraphRequest.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<RunGraphRequest.Builder>IOExceptionpublic String getSessionHandle()
session_handle is the master-generated unique id for this session. If session_handle is non-empty, it must be the same as used when registering the graph. If it is empty, a single global namespace is used to search for the graph_handle.
string session_handle = 8;getSessionHandle in interface RunGraphRequestOrBuilderpublic org.nd4j.shade.protobuf.ByteString getSessionHandleBytes()
session_handle is the master-generated unique id for this session. If session_handle is non-empty, it must be the same as used when registering the graph. If it is empty, a single global namespace is used to search for the graph_handle.
string session_handle = 8;getSessionHandleBytes in interface RunGraphRequestOrBuilderpublic RunGraphRequest.Builder setSessionHandle(String value)
session_handle is the master-generated unique id for this session. If session_handle is non-empty, it must be the same as used when registering the graph. If it is empty, a single global namespace is used to search for the graph_handle.
string session_handle = 8;public RunGraphRequest.Builder clearSessionHandle()
session_handle is the master-generated unique id for this session. If session_handle is non-empty, it must be the same as used when registering the graph. If it is empty, a single global namespace is used to search for the graph_handle.
string session_handle = 8;public RunGraphRequest.Builder setSessionHandleBytes(org.nd4j.shade.protobuf.ByteString value)
session_handle is the master-generated unique id for this session. If session_handle is non-empty, it must be the same as used when registering the graph. If it is empty, a single global namespace is used to search for the graph_handle.
string session_handle = 8;public boolean getCreateWorkerSessionCalled()
Set to true if `CreateWorkerSession` was called for `session_handle`.
bool create_worker_session_called = 10;getCreateWorkerSessionCalled in interface RunGraphRequestOrBuilderpublic RunGraphRequest.Builder setCreateWorkerSessionCalled(boolean value)
Set to true if `CreateWorkerSession` was called for `session_handle`.
bool create_worker_session_called = 10;public RunGraphRequest.Builder clearCreateWorkerSessionCalled()
Set to true if `CreateWorkerSession` was called for `session_handle`.
bool create_worker_session_called = 10;public String getGraphHandle()
REQUIRED: graph_handle must be returned by a RegisterGraph call to the same WorkerService.
string graph_handle = 1;getGraphHandle in interface RunGraphRequestOrBuilderpublic org.nd4j.shade.protobuf.ByteString getGraphHandleBytes()
REQUIRED: graph_handle must be returned by a RegisterGraph call to the same WorkerService.
string graph_handle = 1;getGraphHandleBytes in interface RunGraphRequestOrBuilderpublic RunGraphRequest.Builder setGraphHandle(String value)
REQUIRED: graph_handle must be returned by a RegisterGraph call to the same WorkerService.
string graph_handle = 1;public RunGraphRequest.Builder clearGraphHandle()
REQUIRED: graph_handle must be returned by a RegisterGraph call to the same WorkerService.
string graph_handle = 1;public RunGraphRequest.Builder setGraphHandleBytes(org.nd4j.shade.protobuf.ByteString value)
REQUIRED: graph_handle must be returned by a RegisterGraph call to the same WorkerService.
string graph_handle = 1;public long getStepId()
A unique ID to distinguish different runs of the same graph. The master generates a global unique `step_id` to distinguish different runs of the graph computation. Subgraphs communicate (e.g., send/recv ops) with each other using `step_id` to distinguish tensors generated by different runs.
int64 step_id = 2;getStepId in interface RunGraphRequestOrBuilderpublic RunGraphRequest.Builder setStepId(long value)
A unique ID to distinguish different runs of the same graph. The master generates a global unique `step_id` to distinguish different runs of the graph computation. Subgraphs communicate (e.g., send/recv ops) with each other using `step_id` to distinguish tensors generated by different runs.
int64 step_id = 2;public RunGraphRequest.Builder clearStepId()
A unique ID to distinguish different runs of the same graph. The master generates a global unique `step_id` to distinguish different runs of the graph computation. Subgraphs communicate (e.g., send/recv ops) with each other using `step_id` to distinguish tensors generated by different runs.
int64 step_id = 2;public boolean hasExecOpts()
Options for this step.
.tensorflow.ExecutorOpts exec_opts = 5;hasExecOpts in interface RunGraphRequestOrBuilderpublic ExecutorOpts getExecOpts()
Options for this step.
.tensorflow.ExecutorOpts exec_opts = 5;getExecOpts in interface RunGraphRequestOrBuilderpublic RunGraphRequest.Builder setExecOpts(ExecutorOpts value)
Options for this step.
.tensorflow.ExecutorOpts exec_opts = 5;public RunGraphRequest.Builder setExecOpts(ExecutorOpts.Builder builderForValue)
Options for this step.
.tensorflow.ExecutorOpts exec_opts = 5;public RunGraphRequest.Builder mergeExecOpts(ExecutorOpts value)
Options for this step.
.tensorflow.ExecutorOpts exec_opts = 5;public RunGraphRequest.Builder clearExecOpts()
Options for this step.
.tensorflow.ExecutorOpts exec_opts = 5;public ExecutorOpts.Builder getExecOptsBuilder()
Options for this step.
.tensorflow.ExecutorOpts exec_opts = 5;public ExecutorOptsOrBuilder getExecOptsOrBuilder()
Options for this step.
.tensorflow.ExecutorOpts exec_opts = 5;getExecOptsOrBuilder in interface RunGraphRequestOrBuilderpublic List<NamedTensorProto> getSendList()
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;getSendList in interface RunGraphRequestOrBuilderpublic int getSendCount()
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;getSendCount in interface RunGraphRequestOrBuilderpublic NamedTensorProto getSend(int index)
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;getSend in interface RunGraphRequestOrBuilderpublic RunGraphRequest.Builder setSend(int index, NamedTensorProto value)
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;public RunGraphRequest.Builder setSend(int index, NamedTensorProto.Builder builderForValue)
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;public RunGraphRequest.Builder addSend(NamedTensorProto value)
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;public RunGraphRequest.Builder addSend(int index, NamedTensorProto value)
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;public RunGraphRequest.Builder addSend(NamedTensorProto.Builder builderForValue)
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;public RunGraphRequest.Builder addSend(int index, NamedTensorProto.Builder builderForValue)
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;public RunGraphRequest.Builder addAllSend(Iterable<? extends NamedTensorProto> values)
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;public RunGraphRequest.Builder clearSend()
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;public RunGraphRequest.Builder removeSend(int index)
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;public NamedTensorProto.Builder getSendBuilder(int index)
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;public NamedTensorProtoOrBuilder getSendOrBuilder(int index)
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;getSendOrBuilder in interface RunGraphRequestOrBuilderpublic List<? extends NamedTensorProtoOrBuilder> getSendOrBuilderList()
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;getSendOrBuilderList in interface RunGraphRequestOrBuilderpublic NamedTensorProto.Builder addSendBuilder()
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;public NamedTensorProto.Builder addSendBuilder(int index)
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;public List<NamedTensorProto.Builder> getSendBuilderList()
Runs the graph. Sends the tensors in "send" into the graph before the run and fetches the keys into `RunGraphResponse.recv` after the run.
repeated .tensorflow.NamedTensorProto send = 3;public org.nd4j.shade.protobuf.ProtocolStringList getRecvKeyList()
repeated string recv_key = 4;getRecvKeyList in interface RunGraphRequestOrBuilderpublic int getRecvKeyCount()
repeated string recv_key = 4;getRecvKeyCount in interface RunGraphRequestOrBuilderpublic String getRecvKey(int index)
repeated string recv_key = 4;getRecvKey in interface RunGraphRequestOrBuilderpublic org.nd4j.shade.protobuf.ByteString getRecvKeyBytes(int index)
repeated string recv_key = 4;getRecvKeyBytes in interface RunGraphRequestOrBuilderpublic RunGraphRequest.Builder setRecvKey(int index, String value)
repeated string recv_key = 4;public RunGraphRequest.Builder addRecvKey(String value)
repeated string recv_key = 4;public RunGraphRequest.Builder addAllRecvKey(Iterable<String> values)
repeated string recv_key = 4;public RunGraphRequest.Builder clearRecvKey()
repeated string recv_key = 4;public RunGraphRequest.Builder addRecvKeyBytes(org.nd4j.shade.protobuf.ByteString value)
repeated string recv_key = 4;public boolean getIsPartial()
True if the RunGraphRequest is a partial run request.
bool is_partial = 6;getIsPartial in interface RunGraphRequestOrBuilderpublic RunGraphRequest.Builder setIsPartial(boolean value)
True if the RunGraphRequest is a partial run request.
bool is_partial = 6;public RunGraphRequest.Builder clearIsPartial()
True if the RunGraphRequest is a partial run request.
bool is_partial = 6;public boolean getIsLastPartialRun()
True if this is the last partial run request in a sequence of requests.
bool is_last_partial_run = 7;getIsLastPartialRun in interface RunGraphRequestOrBuilderpublic RunGraphRequest.Builder setIsLastPartialRun(boolean value)
True if this is the last partial run request in a sequence of requests.
bool is_last_partial_run = 7;public RunGraphRequest.Builder clearIsLastPartialRun()
True if this is the last partial run request in a sequence of requests.
bool is_last_partial_run = 7;public boolean getStoreErrorsInResponseBody()
If true then some errors, e.g., execution errors that have long error messages, may return an OK RunGraphResponse with the actual error saved in the status_code/status_error_message fields of the response body. This is a workaround since the RPC subsystem may truncate long metadata messages.
bool store_errors_in_response_body = 9;getStoreErrorsInResponseBody in interface RunGraphRequestOrBuilderpublic RunGraphRequest.Builder setStoreErrorsInResponseBody(boolean value)
If true then some errors, e.g., execution errors that have long error messages, may return an OK RunGraphResponse with the actual error saved in the status_code/status_error_message fields of the response body. This is a workaround since the RPC subsystem may truncate long metadata messages.
bool store_errors_in_response_body = 9;public RunGraphRequest.Builder clearStoreErrorsInResponseBody()
If true then some errors, e.g., execution errors that have long error messages, may return an OK RunGraphResponse with the actual error saved in the status_code/status_error_message fields of the response body. This is a workaround since the RPC subsystem may truncate long metadata messages.
bool store_errors_in_response_body = 9;public final RunGraphRequest.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<RunGraphRequest.Builder>public final RunGraphRequest.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<RunGraphRequest.Builder>Copyright © 2021. All rights reserved.