public static final class SessionServiceOuterClass.SessionRunResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SessionServiceOuterClass.SessionRunResponse.Builder> implements SessionServiceOuterClass.SessionRunResponseOrBuilder
tensorflow.serving.SessionRunResponse| Modifier and Type | Method and Description |
|---|---|
SessionServiceOuterClass.SessionRunResponse.Builder |
addAllTensor(java.lang.Iterable<? extends NamedTensorProto> values)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
SessionServiceOuterClass.SessionRunResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
SessionServiceOuterClass.SessionRunResponse.Builder |
addTensor(int index,
NamedTensorProto.Builder builderForValue)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
SessionServiceOuterClass.SessionRunResponse.Builder |
addTensor(int index,
NamedTensorProto value)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
SessionServiceOuterClass.SessionRunResponse.Builder |
addTensor(NamedTensorProto.Builder builderForValue)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
SessionServiceOuterClass.SessionRunResponse.Builder |
addTensor(NamedTensorProto value)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
NamedTensorProto.Builder |
addTensorBuilder()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
NamedTensorProto.Builder |
addTensorBuilder(int index)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
SessionServiceOuterClass.SessionRunResponse |
build() |
SessionServiceOuterClass.SessionRunResponse |
buildPartial() |
SessionServiceOuterClass.SessionRunResponse.Builder |
clear() |
SessionServiceOuterClass.SessionRunResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SessionServiceOuterClass.SessionRunResponse.Builder |
clearMetadata()
Returned metadata if requested in the options.
|
SessionServiceOuterClass.SessionRunResponse.Builder |
clearModelSpec()
Effective Model Specification used for session run.
|
SessionServiceOuterClass.SessionRunResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SessionServiceOuterClass.SessionRunResponse.Builder |
clearTensor()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
SessionServiceOuterClass.SessionRunResponse.Builder |
clone() |
SessionServiceOuterClass.SessionRunResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.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.
|
Model.ModelSpec |
getModelSpec()
Effective Model Specification used for session run.
|
Model.ModelSpec.Builder |
getModelSpecBuilder()
Effective Model Specification used for session run.
|
Model.ModelSpecOrBuilder |
getModelSpecOrBuilder()
Effective Model Specification used for session run.
|
NamedTensorProto |
getTensor(int index)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
NamedTensorProto.Builder |
getTensorBuilder(int index)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
java.util.List<NamedTensorProto.Builder> |
getTensorBuilderList()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
int |
getTensorCount()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
java.util.List<NamedTensorProto> |
getTensorList()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
NamedTensorProtoOrBuilder |
getTensorOrBuilder(int index)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
java.util.List<? extends NamedTensorProtoOrBuilder> |
getTensorOrBuilderList()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
boolean |
hasMetadata()
Returned metadata if requested in the options.
|
boolean |
hasModelSpec()
Effective Model Specification used for session run.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SessionServiceOuterClass.SessionRunResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SessionServiceOuterClass.SessionRunResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
SessionServiceOuterClass.SessionRunResponse.Builder |
mergeFrom(SessionServiceOuterClass.SessionRunResponse other) |
SessionServiceOuterClass.SessionRunResponse.Builder |
mergeMetadata(RunMetadata value)
Returned metadata if requested in the options.
|
SessionServiceOuterClass.SessionRunResponse.Builder |
mergeModelSpec(Model.ModelSpec value)
Effective Model Specification used for session run.
|
SessionServiceOuterClass.SessionRunResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SessionServiceOuterClass.SessionRunResponse.Builder |
removeTensor(int index)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
SessionServiceOuterClass.SessionRunResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
SessionServiceOuterClass.SessionRunResponse.Builder |
setMetadata(RunMetadata.Builder builderForValue)
Returned metadata if requested in the options.
|
SessionServiceOuterClass.SessionRunResponse.Builder |
setMetadata(RunMetadata value)
Returned metadata if requested in the options.
|
SessionServiceOuterClass.SessionRunResponse.Builder |
setModelSpec(Model.ModelSpec.Builder builderForValue)
Effective Model Specification used for session run.
|
SessionServiceOuterClass.SessionRunResponse.Builder |
setModelSpec(Model.ModelSpec value)
Effective Model Specification used for session run.
|
SessionServiceOuterClass.SessionRunResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
SessionServiceOuterClass.SessionRunResponse.Builder |
setTensor(int index,
NamedTensorProto.Builder builderForValue)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
SessionServiceOuterClass.SessionRunResponse.Builder |
setTensor(int index,
NamedTensorProto value)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunRequest.
|
SessionServiceOuterClass.SessionRunResponse.Builder |
setUnknownFields(com.google.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 com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SessionServiceOuterClass.SessionRunResponse.Builder>public SessionServiceOuterClass.SessionRunResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SessionServiceOuterClass.SessionRunResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SessionServiceOuterClass.SessionRunResponse.Builder>public SessionServiceOuterClass.SessionRunResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SessionServiceOuterClass.SessionRunResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SessionServiceOuterClass.SessionRunResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SessionServiceOuterClass.SessionRunResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SessionServiceOuterClass.SessionRunResponse.Builder>public SessionServiceOuterClass.SessionRunResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<SessionServiceOuterClass.SessionRunResponse.Builder>public SessionServiceOuterClass.SessionRunResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SessionServiceOuterClass.SessionRunResponse.Builder>public SessionServiceOuterClass.SessionRunResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SessionServiceOuterClass.SessionRunResponse.Builder>public SessionServiceOuterClass.SessionRunResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SessionServiceOuterClass.SessionRunResponse.Builder>public SessionServiceOuterClass.SessionRunResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SessionServiceOuterClass.SessionRunResponse.Builder>public SessionServiceOuterClass.SessionRunResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SessionServiceOuterClass.SessionRunResponse.Builder>public SessionServiceOuterClass.SessionRunResponse.Builder mergeFrom(SessionServiceOuterClass.SessionRunResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SessionServiceOuterClass.SessionRunResponse.Builder>public SessionServiceOuterClass.SessionRunResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SessionServiceOuterClass.SessionRunResponse.Builder>java.io.IOExceptionpublic boolean hasModelSpec()
Effective Model Specification used for session run.
.tensorflow.serving.ModelSpec model_spec = 3;hasModelSpec in interface SessionServiceOuterClass.SessionRunResponseOrBuilderpublic Model.ModelSpec getModelSpec()
Effective Model Specification used for session run.
.tensorflow.serving.ModelSpec model_spec = 3;getModelSpec in interface SessionServiceOuterClass.SessionRunResponseOrBuilderpublic SessionServiceOuterClass.SessionRunResponse.Builder setModelSpec(Model.ModelSpec value)
Effective Model Specification used for session run.
.tensorflow.serving.ModelSpec model_spec = 3;public SessionServiceOuterClass.SessionRunResponse.Builder setModelSpec(Model.ModelSpec.Builder builderForValue)
Effective Model Specification used for session run.
.tensorflow.serving.ModelSpec model_spec = 3;public SessionServiceOuterClass.SessionRunResponse.Builder mergeModelSpec(Model.ModelSpec value)
Effective Model Specification used for session run.
.tensorflow.serving.ModelSpec model_spec = 3;public SessionServiceOuterClass.SessionRunResponse.Builder clearModelSpec()
Effective Model Specification used for session run.
.tensorflow.serving.ModelSpec model_spec = 3;public Model.ModelSpec.Builder getModelSpecBuilder()
Effective Model Specification used for session run.
.tensorflow.serving.ModelSpec model_spec = 3;public Model.ModelSpecOrBuilder getModelSpecOrBuilder()
Effective Model Specification used for session run.
.tensorflow.serving.ModelSpec model_spec = 3;getModelSpecOrBuilder in interface SessionServiceOuterClass.SessionRunResponseOrBuilderpublic java.util.List<NamedTensorProto> getTensorList()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;getTensorList in interface SessionServiceOuterClass.SessionRunResponseOrBuilderpublic int getTensorCount()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;getTensorCount in interface SessionServiceOuterClass.SessionRunResponseOrBuilderpublic NamedTensorProto getTensor(int index)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;getTensor in interface SessionServiceOuterClass.SessionRunResponseOrBuilderpublic SessionServiceOuterClass.SessionRunResponse.Builder setTensor(int index, NamedTensorProto value)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public SessionServiceOuterClass.SessionRunResponse.Builder setTensor(int index, NamedTensorProto.Builder builderForValue)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public SessionServiceOuterClass.SessionRunResponse.Builder addTensor(NamedTensorProto value)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public SessionServiceOuterClass.SessionRunResponse.Builder addTensor(int index, NamedTensorProto value)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public SessionServiceOuterClass.SessionRunResponse.Builder addTensor(NamedTensorProto.Builder builderForValue)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public SessionServiceOuterClass.SessionRunResponse.Builder addTensor(int index, NamedTensorProto.Builder builderForValue)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public SessionServiceOuterClass.SessionRunResponse.Builder addAllTensor(java.lang.Iterable<? extends NamedTensorProto> values)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public SessionServiceOuterClass.SessionRunResponse.Builder clearTensor()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public SessionServiceOuterClass.SessionRunResponse.Builder removeTensor(int index)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
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 RunRequest.
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 RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;getTensorOrBuilder in interface SessionServiceOuterClass.SessionRunResponseOrBuilderpublic java.util.List<? extends NamedTensorProtoOrBuilder> getTensorOrBuilderList()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;getTensorOrBuilderList in interface SessionServiceOuterClass.SessionRunResponseOrBuilderpublic NamedTensorProto.Builder addTensorBuilder()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
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 RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public java.util.List<NamedTensorProto.Builder> getTensorBuilderList()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;public boolean hasMetadata()
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;hasMetadata in interface SessionServiceOuterClass.SessionRunResponseOrBuilderpublic RunMetadata getMetadata()
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;getMetadata in interface SessionServiceOuterClass.SessionRunResponseOrBuilderpublic SessionServiceOuterClass.SessionRunResponse.Builder setMetadata(RunMetadata value)
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;public SessionServiceOuterClass.SessionRunResponse.Builder setMetadata(RunMetadata.Builder builderForValue)
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;public SessionServiceOuterClass.SessionRunResponse.Builder mergeMetadata(RunMetadata value)
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;public SessionServiceOuterClass.SessionRunResponse.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 SessionServiceOuterClass.SessionRunResponseOrBuilderpublic final SessionServiceOuterClass.SessionRunResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SessionServiceOuterClass.SessionRunResponse.Builder>public final SessionServiceOuterClass.SessionRunResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SessionServiceOuterClass.SessionRunResponse.Builder>