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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.github.os72.protobuf351.MessageLite.Builder
clear
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.Builder
getDescriptorForType
in interface com.github.os72.protobuf351.MessageOrBuilder
getDescriptorForType
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepResponse.Builder>
public RunStepResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageOrBuilder
public RunStepResponse build()
build
in interface com.github.os72.protobuf351.Message.Builder
build
in interface com.github.os72.protobuf351.MessageLite.Builder
public RunStepResponse buildPartial()
buildPartial
in interface com.github.os72.protobuf351.Message.Builder
buildPartial
in interface com.github.os72.protobuf351.MessageLite.Builder
public RunStepResponse.Builder clone()
clone
in interface com.github.os72.protobuf351.Message.Builder
clone
in interface com.github.os72.protobuf351.MessageLite.Builder
clone
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.Builder
setField
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.Builder
clearField
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.Builder
clearOneof
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.Builder
setRepeatedField
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.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.github.os72.protobuf351.MessageLite.Builder
mergeFrom
in class com.github.os72.protobuf351.AbstractMessage.Builder<RunStepResponse.Builder>
IOException
public 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 RunStepResponseOrBuilder
public 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 RunStepResponseOrBuilder
public 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 RunStepResponseOrBuilder
public 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 RunStepResponseOrBuilder
public 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 RunStepResponseOrBuilder
public 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 RunStepResponseOrBuilder
public RunMetadata getMetadata()
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;
getMetadata
in interface RunStepResponseOrBuilder
public 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 RunStepResponseOrBuilder
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 = 3;
getStatusCodeValue
in interface RunStepResponseOrBuilder
public 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 RunStepResponseOrBuilder
public 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 RunStepResponseOrBuilder
public com.github.os72.protobuf351.ByteString getStatusErrorMessageBytes()
string status_error_message = 4;
getStatusErrorMessageBytes
in interface RunStepResponseOrBuilder
public 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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RunStepResponse.Builder>
Copyright © 2018. All rights reserved.