public static final class RunGraphResponse.Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunGraphResponse.Builder> implements RunGraphResponseOrBuilder
tensorflow.RunGraphResponse| Modifier and Type | Method and Description |
|---|---|
RunGraphResponse.Builder |
addAllPartitionGraph(Iterable<? extends GraphDef> values)
repeated .tensorflow.GraphDef partition_graph = 4; |
RunGraphResponse.Builder |
addAllRecv(Iterable<? extends NamedTensorProto> values)
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
RunGraphResponse.Builder |
addPartitionGraph(GraphDef.Builder builderForValue)
repeated .tensorflow.GraphDef partition_graph = 4; |
RunGraphResponse.Builder |
addPartitionGraph(GraphDef value)
repeated .tensorflow.GraphDef partition_graph = 4; |
RunGraphResponse.Builder |
addPartitionGraph(int index,
GraphDef.Builder builderForValue)
repeated .tensorflow.GraphDef partition_graph = 4; |
RunGraphResponse.Builder |
addPartitionGraph(int index,
GraphDef value)
repeated .tensorflow.GraphDef partition_graph = 4; |
GraphDef.Builder |
addPartitionGraphBuilder()
repeated .tensorflow.GraphDef partition_graph = 4; |
GraphDef.Builder |
addPartitionGraphBuilder(int index)
repeated .tensorflow.GraphDef partition_graph = 4; |
RunGraphResponse.Builder |
addRecv(int index,
NamedTensorProto.Builder builderForValue)
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
RunGraphResponse.Builder |
addRecv(int index,
NamedTensorProto value)
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
RunGraphResponse.Builder |
addRecv(NamedTensorProto.Builder builderForValue)
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
RunGraphResponse.Builder |
addRecv(NamedTensorProto value)
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
NamedTensorProto.Builder |
addRecvBuilder()
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
NamedTensorProto.Builder |
addRecvBuilder(int index)
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
RunGraphResponse.Builder |
addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RunGraphResponse |
build() |
RunGraphResponse |
buildPartial() |
RunGraphResponse.Builder |
clear() |
RunGraphResponse.Builder |
clearCostGraph()
.tensorflow.CostGraphDef cost_graph = 3; |
RunGraphResponse.Builder |
clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
RunGraphResponse.Builder |
clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
RunGraphResponse.Builder |
clearPartitionGraph()
repeated .tensorflow.GraphDef partition_graph = 4; |
RunGraphResponse.Builder |
clearRecv()
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
RunGraphResponse.Builder |
clearStatusCode()
If store_errors_in_response_body is true in the request, then
optionally the server may return an OK status for the RPC and
fill the true status into the fields below, to allow for messages
that are too long to fit in metadata.
|
RunGraphResponse.Builder |
clearStatusErrorMessage()
string status_error_message = 6; |
RunGraphResponse.Builder |
clearStepStats()
If the request asked for execution stats, the cost graph, or the partition
graphs, these are returned here.
|
RunGraphResponse.Builder |
clone() |
CostGraphDef |
getCostGraph()
.tensorflow.CostGraphDef cost_graph = 3; |
CostGraphDef.Builder |
getCostGraphBuilder()
.tensorflow.CostGraphDef cost_graph = 3; |
CostGraphDefOrBuilder |
getCostGraphOrBuilder()
.tensorflow.CostGraphDef cost_graph = 3; |
RunGraphResponse |
getDefaultInstanceForType() |
static org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
GraphDef |
getPartitionGraph(int index)
repeated .tensorflow.GraphDef partition_graph = 4; |
GraphDef.Builder |
getPartitionGraphBuilder(int index)
repeated .tensorflow.GraphDef partition_graph = 4; |
List<GraphDef.Builder> |
getPartitionGraphBuilderList()
repeated .tensorflow.GraphDef partition_graph = 4; |
int |
getPartitionGraphCount()
repeated .tensorflow.GraphDef partition_graph = 4; |
List<GraphDef> |
getPartitionGraphList()
repeated .tensorflow.GraphDef partition_graph = 4; |
GraphDefOrBuilder |
getPartitionGraphOrBuilder(int index)
repeated .tensorflow.GraphDef partition_graph = 4; |
List<? extends GraphDefOrBuilder> |
getPartitionGraphOrBuilderList()
repeated .tensorflow.GraphDef partition_graph = 4; |
NamedTensorProto |
getRecv(int index)
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
NamedTensorProto.Builder |
getRecvBuilder(int index)
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
List<NamedTensorProto.Builder> |
getRecvBuilderList()
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
int |
getRecvCount()
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
List<NamedTensorProto> |
getRecvList()
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
NamedTensorProtoOrBuilder |
getRecvOrBuilder(int index)
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
List<? extends NamedTensorProtoOrBuilder> |
getRecvOrBuilderList()
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
Code |
getStatusCode()
If store_errors_in_response_body is true in the request, then
optionally the server may return an OK status for the RPC and
fill the true status into the fields below, to allow for messages
that are too long to fit in metadata.
|
int |
getStatusCodeValue()
If store_errors_in_response_body is true in the request, then
optionally the server may return an OK status for the RPC and
fill the true status into the fields below, to allow for messages
that are too long to fit in metadata.
|
String |
getStatusErrorMessage()
string status_error_message = 6; |
org.nd4j.shade.protobuf.ByteString |
getStatusErrorMessageBytes()
string status_error_message = 6; |
StepStats |
getStepStats()
If the request asked for execution stats, the cost graph, or the partition
graphs, these are returned here.
|
StepStats.Builder |
getStepStatsBuilder()
If the request asked for execution stats, the cost graph, or the partition
graphs, these are returned here.
|
StepStatsOrBuilder |
getStepStatsOrBuilder()
If the request asked for execution stats, the cost graph, or the partition
graphs, these are returned here.
|
boolean |
hasCostGraph()
.tensorflow.CostGraphDef cost_graph = 3; |
boolean |
hasStepStats()
If the request asked for execution stats, the cost graph, or the partition
graphs, these are returned here.
|
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RunGraphResponse.Builder |
mergeCostGraph(CostGraphDef value)
.tensorflow.CostGraphDef cost_graph = 3; |
RunGraphResponse.Builder |
mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
RunGraphResponse.Builder |
mergeFrom(org.nd4j.shade.protobuf.Message other) |
RunGraphResponse.Builder |
mergeFrom(RunGraphResponse other) |
RunGraphResponse.Builder |
mergeStepStats(StepStats value)
If the request asked for execution stats, the cost graph, or the partition
graphs, these are returned here.
|
RunGraphResponse.Builder |
mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
RunGraphResponse.Builder |
removePartitionGraph(int index)
repeated .tensorflow.GraphDef partition_graph = 4; |
RunGraphResponse.Builder |
removeRecv(int index)
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
RunGraphResponse.Builder |
setCostGraph(CostGraphDef.Builder builderForValue)
.tensorflow.CostGraphDef cost_graph = 3; |
RunGraphResponse.Builder |
setCostGraph(CostGraphDef value)
.tensorflow.CostGraphDef cost_graph = 3; |
RunGraphResponse.Builder |
setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RunGraphResponse.Builder |
setPartitionGraph(int index,
GraphDef.Builder builderForValue)
repeated .tensorflow.GraphDef partition_graph = 4; |
RunGraphResponse.Builder |
setPartitionGraph(int index,
GraphDef value)
repeated .tensorflow.GraphDef partition_graph = 4; |
RunGraphResponse.Builder |
setRecv(int index,
NamedTensorProto.Builder builderForValue)
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
RunGraphResponse.Builder |
setRecv(int index,
NamedTensorProto value)
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
RunGraphResponse.Builder |
setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RunGraphResponse.Builder |
setStatusCode(Code value)
If store_errors_in_response_body is true in the request, then
optionally the server may return an OK status for the RPC and
fill the true status into the fields below, to allow for messages
that are too long to fit in metadata.
|
RunGraphResponse.Builder |
setStatusCodeValue(int value)
If store_errors_in_response_body is true in the request, then
optionally the server may return an OK status for the RPC and
fill the true status into the fields below, to allow for messages
that are too long to fit in metadata.
|
RunGraphResponse.Builder |
setStatusErrorMessage(String value)
string status_error_message = 6; |
RunGraphResponse.Builder |
setStatusErrorMessageBytes(org.nd4j.shade.protobuf.ByteString value)
string status_error_message = 6; |
RunGraphResponse.Builder |
setStepStats(StepStats.Builder builderForValue)
If the request asked for execution stats, the cost graph, or the partition
graphs, these are returned here.
|
RunGraphResponse.Builder |
setStepStats(StepStats value)
If the request asked for execution stats, the cost graph, or the partition
graphs, these are returned here.
|
RunGraphResponse.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<RunGraphResponse.Builder>public RunGraphResponse.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<RunGraphResponse.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<RunGraphResponse.Builder>public RunGraphResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderpublic RunGraphResponse build()
build in interface org.nd4j.shade.protobuf.Message.Builderbuild in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic RunGraphResponse buildPartial()
buildPartial in interface org.nd4j.shade.protobuf.Message.BuilderbuildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic RunGraphResponse.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<RunGraphResponse.Builder>public RunGraphResponse.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<RunGraphResponse.Builder>public RunGraphResponse.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<RunGraphResponse.Builder>public RunGraphResponse.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<RunGraphResponse.Builder>public RunGraphResponse.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<RunGraphResponse.Builder>public RunGraphResponse.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<RunGraphResponse.Builder>public RunGraphResponse.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<RunGraphResponse.Builder>public RunGraphResponse.Builder mergeFrom(RunGraphResponse other)
public final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunGraphResponse.Builder>public RunGraphResponse.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<RunGraphResponse.Builder>IOExceptionpublic List<NamedTensorProto> getRecvList()
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;getRecvList in interface RunGraphResponseOrBuilderpublic int getRecvCount()
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;getRecvCount in interface RunGraphResponseOrBuilderpublic NamedTensorProto getRecv(int index)
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;getRecv in interface RunGraphResponseOrBuilderpublic RunGraphResponse.Builder setRecv(int index, NamedTensorProto value)
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;public RunGraphResponse.Builder setRecv(int index, NamedTensorProto.Builder builderForValue)
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;public RunGraphResponse.Builder addRecv(NamedTensorProto value)
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;public RunGraphResponse.Builder addRecv(int index, NamedTensorProto value)
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;public RunGraphResponse.Builder addRecv(NamedTensorProto.Builder builderForValue)
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;public RunGraphResponse.Builder addRecv(int index, NamedTensorProto.Builder builderForValue)
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;public RunGraphResponse.Builder addAllRecv(Iterable<? extends NamedTensorProto> values)
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;public RunGraphResponse.Builder clearRecv()
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;public RunGraphResponse.Builder removeRecv(int index)
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;public NamedTensorProto.Builder getRecvBuilder(int index)
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;public NamedTensorProtoOrBuilder getRecvOrBuilder(int index)
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;getRecvOrBuilder in interface RunGraphResponseOrBuilderpublic List<? extends NamedTensorProtoOrBuilder> getRecvOrBuilderList()
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;getRecvOrBuilderList in interface RunGraphResponseOrBuilderpublic NamedTensorProto.Builder addRecvBuilder()
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;public NamedTensorProto.Builder addRecvBuilder(int index)
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;public List<NamedTensorProto.Builder> getRecvBuilderList()
A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
repeated .tensorflow.NamedTensorProto recv = 1;public boolean hasStepStats()
If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here. TODO(suharshs): Package these in a RunMetadata instead.
.tensorflow.StepStats step_stats = 2;hasStepStats in interface RunGraphResponseOrBuilderpublic StepStats getStepStats()
If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here. TODO(suharshs): Package these in a RunMetadata instead.
.tensorflow.StepStats step_stats = 2;getStepStats in interface RunGraphResponseOrBuilderpublic RunGraphResponse.Builder setStepStats(StepStats value)
If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here. TODO(suharshs): Package these in a RunMetadata instead.
.tensorflow.StepStats step_stats = 2;public RunGraphResponse.Builder setStepStats(StepStats.Builder builderForValue)
If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here. TODO(suharshs): Package these in a RunMetadata instead.
.tensorflow.StepStats step_stats = 2;public RunGraphResponse.Builder mergeStepStats(StepStats value)
If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here. TODO(suharshs): Package these in a RunMetadata instead.
.tensorflow.StepStats step_stats = 2;public RunGraphResponse.Builder clearStepStats()
If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here. TODO(suharshs): Package these in a RunMetadata instead.
.tensorflow.StepStats step_stats = 2;public StepStats.Builder getStepStatsBuilder()
If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here. TODO(suharshs): Package these in a RunMetadata instead.
.tensorflow.StepStats step_stats = 2;public StepStatsOrBuilder getStepStatsOrBuilder()
If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here. TODO(suharshs): Package these in a RunMetadata instead.
.tensorflow.StepStats step_stats = 2;getStepStatsOrBuilder in interface RunGraphResponseOrBuilderpublic boolean hasCostGraph()
.tensorflow.CostGraphDef cost_graph = 3;hasCostGraph in interface RunGraphResponseOrBuilderpublic CostGraphDef getCostGraph()
.tensorflow.CostGraphDef cost_graph = 3;getCostGraph in interface RunGraphResponseOrBuilderpublic RunGraphResponse.Builder setCostGraph(CostGraphDef value)
.tensorflow.CostGraphDef cost_graph = 3;public RunGraphResponse.Builder setCostGraph(CostGraphDef.Builder builderForValue)
.tensorflow.CostGraphDef cost_graph = 3;public RunGraphResponse.Builder mergeCostGraph(CostGraphDef value)
.tensorflow.CostGraphDef cost_graph = 3;public RunGraphResponse.Builder clearCostGraph()
.tensorflow.CostGraphDef cost_graph = 3;public CostGraphDef.Builder getCostGraphBuilder()
.tensorflow.CostGraphDef cost_graph = 3;public CostGraphDefOrBuilder getCostGraphOrBuilder()
.tensorflow.CostGraphDef cost_graph = 3;getCostGraphOrBuilder in interface RunGraphResponseOrBuilderpublic List<GraphDef> getPartitionGraphList()
repeated .tensorflow.GraphDef partition_graph = 4;getPartitionGraphList in interface RunGraphResponseOrBuilderpublic int getPartitionGraphCount()
repeated .tensorflow.GraphDef partition_graph = 4;getPartitionGraphCount in interface RunGraphResponseOrBuilderpublic GraphDef getPartitionGraph(int index)
repeated .tensorflow.GraphDef partition_graph = 4;getPartitionGraph in interface RunGraphResponseOrBuilderpublic RunGraphResponse.Builder setPartitionGraph(int index, GraphDef value)
repeated .tensorflow.GraphDef partition_graph = 4;public RunGraphResponse.Builder setPartitionGraph(int index, GraphDef.Builder builderForValue)
repeated .tensorflow.GraphDef partition_graph = 4;public RunGraphResponse.Builder addPartitionGraph(GraphDef value)
repeated .tensorflow.GraphDef partition_graph = 4;public RunGraphResponse.Builder addPartitionGraph(int index, GraphDef value)
repeated .tensorflow.GraphDef partition_graph = 4;public RunGraphResponse.Builder addPartitionGraph(GraphDef.Builder builderForValue)
repeated .tensorflow.GraphDef partition_graph = 4;public RunGraphResponse.Builder addPartitionGraph(int index, GraphDef.Builder builderForValue)
repeated .tensorflow.GraphDef partition_graph = 4;public RunGraphResponse.Builder addAllPartitionGraph(Iterable<? extends GraphDef> values)
repeated .tensorflow.GraphDef partition_graph = 4;public RunGraphResponse.Builder clearPartitionGraph()
repeated .tensorflow.GraphDef partition_graph = 4;public RunGraphResponse.Builder removePartitionGraph(int index)
repeated .tensorflow.GraphDef partition_graph = 4;public GraphDef.Builder getPartitionGraphBuilder(int index)
repeated .tensorflow.GraphDef partition_graph = 4;public GraphDefOrBuilder getPartitionGraphOrBuilder(int index)
repeated .tensorflow.GraphDef partition_graph = 4;getPartitionGraphOrBuilder in interface RunGraphResponseOrBuilderpublic List<? extends GraphDefOrBuilder> getPartitionGraphOrBuilderList()
repeated .tensorflow.GraphDef partition_graph = 4;getPartitionGraphOrBuilderList in interface RunGraphResponseOrBuilderpublic GraphDef.Builder addPartitionGraphBuilder()
repeated .tensorflow.GraphDef partition_graph = 4;public GraphDef.Builder addPartitionGraphBuilder(int index)
repeated .tensorflow.GraphDef partition_graph = 4;public List<GraphDef.Builder> getPartitionGraphBuilderList()
repeated .tensorflow.GraphDef partition_graph = 4;public int getStatusCodeValue()
If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.
.tensorflow.error.Code status_code = 5;getStatusCodeValue in interface RunGraphResponseOrBuilderpublic RunGraphResponse.Builder setStatusCodeValue(int value)
If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.
.tensorflow.error.Code status_code = 5;public Code getStatusCode()
If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.
.tensorflow.error.Code status_code = 5;getStatusCode in interface RunGraphResponseOrBuilderpublic RunGraphResponse.Builder setStatusCode(Code value)
If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.
.tensorflow.error.Code status_code = 5;public RunGraphResponse.Builder clearStatusCode()
If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.
.tensorflow.error.Code status_code = 5;public String getStatusErrorMessage()
string status_error_message = 6;getStatusErrorMessage in interface RunGraphResponseOrBuilderpublic org.nd4j.shade.protobuf.ByteString getStatusErrorMessageBytes()
string status_error_message = 6;getStatusErrorMessageBytes in interface RunGraphResponseOrBuilderpublic RunGraphResponse.Builder setStatusErrorMessage(String value)
string status_error_message = 6;public RunGraphResponse.Builder clearStatusErrorMessage()
string status_error_message = 6;public RunGraphResponse.Builder setStatusErrorMessageBytes(org.nd4j.shade.protobuf.ByteString value)
string status_error_message = 6;public final RunGraphResponse.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<RunGraphResponse.Builder>public final RunGraphResponse.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<RunGraphResponse.Builder>Copyright © 2021. All rights reserved.