public static final class RunStepResponse.Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunStepResponse.Builder> implements RunStepResponseOrBuilder
tensorflow.RunStepResponse| Modifier and Type | Method and Description |
|---|---|
RunStepResponse.Builder |
addAllTensor(Iterable<? extends NamedTensorProto> values)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
RunStepResponse.Builder |
addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RunStepResponse.Builder |
addTensor(int index,
NamedTensorProto.Builder builderForValue)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
RunStepResponse.Builder |
addTensor(int index,
NamedTensorProto value)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
RunStepResponse.Builder |
addTensor(NamedTensorProto.Builder builderForValue)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
RunStepResponse.Builder |
addTensor(NamedTensorProto value)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
NamedTensorProto.Builder |
addTensorBuilder()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
NamedTensorProto.Builder |
addTensorBuilder(int index)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
RunStepResponse |
build() |
RunStepResponse |
buildPartial() |
RunStepResponse.Builder |
clear() |
RunStepResponse.Builder |
clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
RunStepResponse.Builder |
clearMetadata()
Returned metadata if requested in the options.
|
RunStepResponse.Builder |
clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
RunStepResponse.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.
|
RunStepResponse.Builder |
clearStatusErrorMessage()
string status_error_message = 4; |
RunStepResponse.Builder |
clearTensor()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
RunStepResponse.Builder |
clone() |
RunStepResponse |
getDefaultInstanceForType() |
static org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
RunMetadata |
getMetadata()
Returned metadata if requested in the options.
|
RunMetadata.Builder |
getMetadataBuilder()
Returned metadata if requested in the options.
|
RunMetadataOrBuilder |
getMetadataOrBuilder()
Returned metadata if requested in the options.
|
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 = 4; |
org.nd4j.shade.protobuf.ByteString |
getStatusErrorMessageBytes()
string status_error_message = 4; |
NamedTensorProto |
getTensor(int index)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
NamedTensorProto.Builder |
getTensorBuilder(int index)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
List<NamedTensorProto.Builder> |
getTensorBuilderList()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
int |
getTensorCount()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
List<NamedTensorProto> |
getTensorList()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
NamedTensorProtoOrBuilder |
getTensorOrBuilder(int index)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
List<? extends NamedTensorProtoOrBuilder> |
getTensorOrBuilderList()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
boolean |
hasMetadata()
Returned metadata if requested in the options.
|
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RunStepResponse.Builder |
mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
RunStepResponse.Builder |
mergeFrom(org.nd4j.shade.protobuf.Message other) |
RunStepResponse.Builder |
mergeFrom(RunStepResponse other) |
RunStepResponse.Builder |
mergeMetadata(RunMetadata value)
Returned metadata if requested in the options.
|
RunStepResponse.Builder |
mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
RunStepResponse.Builder |
removeTensor(int index)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
RunStepResponse.Builder |
setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RunStepResponse.Builder |
setMetadata(RunMetadata.Builder builderForValue)
Returned metadata if requested in the options.
|
RunStepResponse.Builder |
setMetadata(RunMetadata value)
Returned metadata if requested in the options.
|
RunStepResponse.Builder |
setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RunStepResponse.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.
|
RunStepResponse.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.
|
RunStepResponse.Builder |
setStatusErrorMessage(String value)
string status_error_message = 4; |
RunStepResponse.Builder |
setStatusErrorMessageBytes(org.nd4j.shade.protobuf.ByteString value)
string status_error_message = 4; |
RunStepResponse.Builder |
setTensor(int index,
NamedTensorProto.Builder builderForValue)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
RunStepResponse.Builder |
setTensor(int index,
NamedTensorProto value)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
RunStepResponse.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<RunStepResponse.Builder>public RunStepResponse.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<RunStepResponse.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<RunStepResponse.Builder>public RunStepResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderpublic RunStepResponse build()
build in interface org.nd4j.shade.protobuf.Message.Builderbuild in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic RunStepResponse buildPartial()
buildPartial in interface org.nd4j.shade.protobuf.Message.BuilderbuildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic RunStepResponse.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<RunStepResponse.Builder>public RunStepResponse.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<RunStepResponse.Builder>public RunStepResponse.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<RunStepResponse.Builder>public RunStepResponse.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<RunStepResponse.Builder>public RunStepResponse.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<RunStepResponse.Builder>public RunStepResponse.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<RunStepResponse.Builder>public RunStepResponse.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<RunStepResponse.Builder>public RunStepResponse.Builder mergeFrom(RunStepResponse other)
public final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<RunStepResponse.Builder>public RunStepResponse.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<RunStepResponse.Builder>IOExceptionpublic List<NamedTensorProto> getTensorList()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;getTensorList in interface RunStepResponseOrBuilderpublic int getTensorCount()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;getTensorCount in interface RunStepResponseOrBuilderpublic NamedTensorProto getTensor(int index)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;getTensor in interface RunStepResponseOrBuilderpublic RunStepResponse.Builder setTensor(int index, NamedTensorProto value)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public RunStepResponse.Builder setTensor(int index, NamedTensorProto.Builder builderForValue)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public RunStepResponse.Builder addTensor(NamedTensorProto value)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public RunStepResponse.Builder addTensor(int index, NamedTensorProto value)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public RunStepResponse.Builder addTensor(NamedTensorProto.Builder builderForValue)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public RunStepResponse.Builder addTensor(int index, NamedTensorProto.Builder builderForValue)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public RunStepResponse.Builder addAllTensor(Iterable<? extends NamedTensorProto> values)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public RunStepResponse.Builder clearTensor()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public RunStepResponse.Builder removeTensor(int index)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public NamedTensorProto.Builder getTensorBuilder(int index)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public NamedTensorProtoOrBuilder getTensorOrBuilder(int index)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;getTensorOrBuilder in interface RunStepResponseOrBuilderpublic List<? extends NamedTensorProtoOrBuilder> getTensorOrBuilderList()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;getTensorOrBuilderList in interface RunStepResponseOrBuilderpublic NamedTensorProto.Builder addTensorBuilder()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public NamedTensorProto.Builder addTensorBuilder(int index)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public List<NamedTensorProto.Builder> getTensorBuilderList()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public boolean hasMetadata()
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;hasMetadata in interface RunStepResponseOrBuilderpublic RunMetadata getMetadata()
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;getMetadata in interface RunStepResponseOrBuilderpublic RunStepResponse.Builder setMetadata(RunMetadata value)
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;public RunStepResponse.Builder setMetadata(RunMetadata.Builder builderForValue)
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;public RunStepResponse.Builder mergeMetadata(RunMetadata value)
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;public RunStepResponse.Builder clearMetadata()
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;public RunMetadata.Builder getMetadataBuilder()
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;public RunMetadataOrBuilder getMetadataOrBuilder()
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;getMetadataOrBuilder in interface RunStepResponseOrBuilderpublic 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 = 3;getStatusCodeValue in interface RunStepResponseOrBuilderpublic RunStepResponse.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 = 3;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 = 3;getStatusCode in interface RunStepResponseOrBuilderpublic RunStepResponse.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 = 3;public RunStepResponse.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 = 3;public String getStatusErrorMessage()
string status_error_message = 4;getStatusErrorMessage in interface RunStepResponseOrBuilderpublic org.nd4j.shade.protobuf.ByteString getStatusErrorMessageBytes()
string status_error_message = 4;getStatusErrorMessageBytes in interface RunStepResponseOrBuilderpublic RunStepResponse.Builder setStatusErrorMessage(String value)
string status_error_message = 4;public RunStepResponse.Builder clearStatusErrorMessage()
string status_error_message = 4;public RunStepResponse.Builder setStatusErrorMessageBytes(org.nd4j.shade.protobuf.ByteString value)
string status_error_message = 4;public final RunStepResponse.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<RunStepResponse.Builder>public final RunStepResponse.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<RunStepResponse.Builder>Copyright © 2021. All rights reserved.