public static final class RunStepResponse.Builder extends com.github.os72.protobuf351.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(com.github.os72.protobuf351.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(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
RunStepResponse.Builder |
clearMetadata()
Returned metadata if requested in the options.
|
RunStepResponse.Builder |
clearOneof(com.github.os72.protobuf351.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 com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.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; |
com.github.os72.protobuf351.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 com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RunStepResponse.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
RunStepResponse.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
RunStepResponse.Builder |
mergeFrom(RunStepResponse other) |
RunStepResponse.Builder |
mergeMetadata(RunMetadata value)
Returned metadata if requested in the options.
|
RunStepResponse.Builder |
mergeUnknownFields(com.github.os72.protobuf351.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(com.github.os72.protobuf351.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(com.github.os72.protobuf351.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(com.github.os72.protobuf351.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(com.github.os72.protobuf351.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 com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepResponse.Builder>public RunStepResponse.Builder clear()
clear in interface com.github.os72.protobuf351.Message.Builderclear in interface com.github.os72.protobuf351.MessageLite.Builderclear in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepResponse.Builder>public com.github.os72.protobuf351.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.github.os72.protobuf351.Message.BuildergetDescriptorForType in interface com.github.os72.protobuf351.MessageOrBuildergetDescriptorForType in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepResponse.Builder>public RunStepResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic RunStepResponse build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic RunStepResponse buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic RunStepResponse.Builder clone()
clone in interface com.github.os72.protobuf351.Message.Builderclone in interface com.github.os72.protobuf351.MessageLite.Builderclone in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepResponse.Builder>public RunStepResponse.Builder setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
setField in interface com.github.os72.protobuf351.Message.BuildersetField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepResponse.Builder>public RunStepResponse.Builder clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field)
clearField in interface com.github.os72.protobuf351.Message.BuilderclearField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepResponse.Builder>public RunStepResponse.Builder clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.github.os72.protobuf351.Message.BuilderclearOneof in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepResponse.Builder>public RunStepResponse.Builder setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.github.os72.protobuf351.Message.BuildersetRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepResponse.Builder>public RunStepResponse.Builder addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.github.os72.protobuf351.Message.BuilderaddRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepResponse.Builder>public RunStepResponse.Builder mergeFrom(com.github.os72.protobuf351.Message other)
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<RunStepResponse.Builder>public RunStepResponse.Builder mergeFrom(RunStepResponse other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepResponse.Builder>public RunStepResponse.Builder mergeFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in interface com.github.os72.protobuf351.MessageLite.BuildermergeFrom in class com.github.os72.protobuf351.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 com.github.os72.protobuf351.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(com.github.os72.protobuf351.ByteString value)
string status_error_message = 4;public final RunStepResponse.Builder setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
setUnknownFields in interface com.github.os72.protobuf351.Message.BuildersetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepResponse.Builder>public final RunStepResponse.Builder mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.github.os72.protobuf351.Message.BuildermergeUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepResponse.Builder>Copyright © 2018. All rights reserved.