Uses of Class
tensorflow.serving.SessionServiceOuterClass.SessionRunResponse.Builder
Packages that use SessionServiceOuterClass.SessionRunResponse.Builder
-
Uses of SessionServiceOuterClass.SessionRunResponse.Builder in tensorflow.serving
Methods in tensorflow.serving that return SessionServiceOuterClass.SessionRunResponse.BuilderModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunResponse.Builder.addAllTensor(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, Object value) 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(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(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.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()PredictionLogOuterClass.SessionRunLog.Builder.getResponseBuilder().tensorflow.serving.SessionRunResponse response = 2;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.newBuilder()SessionServiceOuterClass.SessionRunResponse.newBuilder(SessionServiceOuterClass.SessionRunResponse prototype) SessionServiceOuterClass.SessionRunResponse.newBuilderForType()SessionServiceOuterClass.SessionRunResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) 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, Object value) SessionServiceOuterClass.SessionRunResponse.Builder.setMetadata(RunMetadata value) Returned metadata if requested in the options.SessionServiceOuterClass.SessionRunResponse.Builder.setMetadata(RunMetadata.Builder builderForValue) Returned metadata if requested in the options.SessionServiceOuterClass.SessionRunResponse.Builder.setModelSpec(Model.ModelSpec value) Effective Model Specification used for session run.SessionServiceOuterClass.SessionRunResponse.Builder.setModelSpec(Model.ModelSpec.Builder builderForValue) Effective Model Specification used for session run.SessionServiceOuterClass.SessionRunResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.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.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SessionServiceOuterClass.SessionRunResponse.toBuilder()Methods in tensorflow.serving with parameters of type SessionServiceOuterClass.SessionRunResponse.BuilderModifier and TypeMethodDescriptionPredictionLogOuterClass.SessionRunLog.Builder.setResponse(SessionServiceOuterClass.SessionRunResponse.Builder builderForValue) .tensorflow.serving.SessionRunResponse response = 2;