Uses of Class
tensorflow.serving.PredictionLogOuterClass.SessionRunLog.Builder
Packages that use PredictionLogOuterClass.SessionRunLog.Builder
-
Uses of PredictionLogOuterClass.SessionRunLog.Builder in tensorflow.serving
Methods in tensorflow.serving that return PredictionLogOuterClass.SessionRunLog.BuilderModifier and TypeMethodDescriptionPredictionLogOuterClass.SessionRunLog.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PredictionLogOuterClass.SessionRunLog.Builder.clear()PredictionLogOuterClass.SessionRunLog.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) PredictionLogOuterClass.SessionRunLog.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) PredictionLogOuterClass.SessionRunLog.Builder.clearRequest().tensorflow.serving.SessionRunRequest request = 1;PredictionLogOuterClass.SessionRunLog.Builder.clearResponse().tensorflow.serving.SessionRunResponse response = 2;PredictionLogOuterClass.SessionRunLog.Builder.clone()PredictionLogOuterClass.PredictionLog.Builder.getSessionRunLogBuilder().tensorflow.serving.SessionRunLog session_run_log = 5;PredictionLogOuterClass.SessionRunLog.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PredictionLogOuterClass.SessionRunLog.Builder.mergeFrom(com.google.protobuf.Message other) PredictionLogOuterClass.SessionRunLog.Builder.mergeFrom(PredictionLogOuterClass.SessionRunLog other) PredictionLogOuterClass.SessionRunLog.Builder.mergeRequest(SessionServiceOuterClass.SessionRunRequest value) .tensorflow.serving.SessionRunRequest request = 1;PredictionLogOuterClass.SessionRunLog.Builder.mergeResponse(SessionServiceOuterClass.SessionRunResponse value) .tensorflow.serving.SessionRunResponse response = 2;PredictionLogOuterClass.SessionRunLog.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PredictionLogOuterClass.SessionRunLog.newBuilder()PredictionLogOuterClass.SessionRunLog.newBuilder(PredictionLogOuterClass.SessionRunLog prototype) PredictionLogOuterClass.SessionRunLog.newBuilderForType()PredictionLogOuterClass.SessionRunLog.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) PredictionLogOuterClass.SessionRunLog.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PredictionLogOuterClass.SessionRunLog.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) PredictionLogOuterClass.SessionRunLog.Builder.setRequest(SessionServiceOuterClass.SessionRunRequest value) .tensorflow.serving.SessionRunRequest request = 1;PredictionLogOuterClass.SessionRunLog.Builder.setRequest(SessionServiceOuterClass.SessionRunRequest.Builder builderForValue) .tensorflow.serving.SessionRunRequest request = 1;PredictionLogOuterClass.SessionRunLog.Builder.setResponse(SessionServiceOuterClass.SessionRunResponse value) .tensorflow.serving.SessionRunResponse response = 2;PredictionLogOuterClass.SessionRunLog.Builder.setResponse(SessionServiceOuterClass.SessionRunResponse.Builder builderForValue) .tensorflow.serving.SessionRunResponse response = 2;PredictionLogOuterClass.SessionRunLog.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PredictionLogOuterClass.SessionRunLog.toBuilder()Methods in tensorflow.serving with parameters of type PredictionLogOuterClass.SessionRunLog.BuilderModifier and TypeMethodDescriptionPredictionLogOuterClass.PredictionLog.Builder.setSessionRunLog(PredictionLogOuterClass.SessionRunLog.Builder builderForValue) .tensorflow.serving.SessionRunLog session_run_log = 5;