Uses of Class
tensorflow.serving.PredictionLogOuterClass.PredictionLog.Builder
Packages that use PredictionLogOuterClass.PredictionLog.Builder
-
Uses of PredictionLogOuterClass.PredictionLog.Builder in tensorflow.serving
Methods in tensorflow.serving that return PredictionLogOuterClass.PredictionLog.BuilderModifier and TypeMethodDescriptionPredictionLogOuterClass.PredictionLog.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PredictionLogOuterClass.PredictionLog.Builder.clear()PredictionLogOuterClass.PredictionLog.Builder.clearClassifyLog().tensorflow.serving.ClassifyLog classify_log = 2;PredictionLogOuterClass.PredictionLog.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) PredictionLogOuterClass.PredictionLog.Builder.clearLogMetadata().tensorflow.serving.LogMetadata log_metadata = 1;PredictionLogOuterClass.PredictionLog.Builder.clearLogType()PredictionLogOuterClass.PredictionLog.Builder.clearMultiInferenceLog().tensorflow.serving.MultiInferenceLog multi_inference_log = 4;PredictionLogOuterClass.PredictionLog.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) PredictionLogOuterClass.PredictionLog.Builder.clearPredictLog().tensorflow.serving.PredictLog predict_log = 6;PredictionLogOuterClass.PredictionLog.Builder.clearPredictStreamedLog().tensorflow.serving.PredictStreamedLog predict_streamed_log = 7;PredictionLogOuterClass.PredictionLog.Builder.clearRegressLog().tensorflow.serving.RegressLog regress_log = 3;PredictionLogOuterClass.PredictionLog.Builder.clearSessionRunLog().tensorflow.serving.SessionRunLog session_run_log = 5;PredictionLogOuterClass.PredictionLog.Builder.clone()PredictionLogOuterClass.PredictionLog.Builder.mergeClassifyLog(PredictionLogOuterClass.ClassifyLog value) .tensorflow.serving.ClassifyLog classify_log = 2;PredictionLogOuterClass.PredictionLog.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PredictionLogOuterClass.PredictionLog.Builder.mergeFrom(com.google.protobuf.Message other) PredictionLogOuterClass.PredictionLog.Builder.mergeFrom(PredictionLogOuterClass.PredictionLog other) PredictionLogOuterClass.PredictionLog.Builder.mergeLogMetadata(Logging.LogMetadata value) .tensorflow.serving.LogMetadata log_metadata = 1;PredictionLogOuterClass.PredictionLog.Builder.mergeMultiInferenceLog(PredictionLogOuterClass.MultiInferenceLog value) .tensorflow.serving.MultiInferenceLog multi_inference_log = 4;PredictionLogOuterClass.PredictionLog.Builder.mergePredictLog(PredictionLogOuterClass.PredictLog value) .tensorflow.serving.PredictLog predict_log = 6;PredictionLogOuterClass.PredictionLog.Builder.mergePredictStreamedLog(PredictionLogOuterClass.PredictStreamedLog value) .tensorflow.serving.PredictStreamedLog predict_streamed_log = 7;PredictionLogOuterClass.PredictionLog.Builder.mergeRegressLog(PredictionLogOuterClass.RegressLog value) .tensorflow.serving.RegressLog regress_log = 3;PredictionLogOuterClass.PredictionLog.Builder.mergeSessionRunLog(PredictionLogOuterClass.SessionRunLog value) .tensorflow.serving.SessionRunLog session_run_log = 5;PredictionLogOuterClass.PredictionLog.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PredictionLogOuterClass.PredictionLog.newBuilder()PredictionLogOuterClass.PredictionLog.newBuilder(PredictionLogOuterClass.PredictionLog prototype) PredictionLogOuterClass.PredictionLog.newBuilderForType()PredictionLogOuterClass.PredictionLog.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) PredictionLogOuterClass.PredictionLog.Builder.setClassifyLog(PredictionLogOuterClass.ClassifyLog value) .tensorflow.serving.ClassifyLog classify_log = 2;PredictionLogOuterClass.PredictionLog.Builder.setClassifyLog(PredictionLogOuterClass.ClassifyLog.Builder builderForValue) .tensorflow.serving.ClassifyLog classify_log = 2;PredictionLogOuterClass.PredictionLog.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PredictionLogOuterClass.PredictionLog.Builder.setLogMetadata(Logging.LogMetadata value) .tensorflow.serving.LogMetadata log_metadata = 1;PredictionLogOuterClass.PredictionLog.Builder.setLogMetadata(Logging.LogMetadata.Builder builderForValue) .tensorflow.serving.LogMetadata log_metadata = 1;PredictionLogOuterClass.PredictionLog.Builder.setMultiInferenceLog(PredictionLogOuterClass.MultiInferenceLog value) .tensorflow.serving.MultiInferenceLog multi_inference_log = 4;PredictionLogOuterClass.PredictionLog.Builder.setMultiInferenceLog(PredictionLogOuterClass.MultiInferenceLog.Builder builderForValue) .tensorflow.serving.MultiInferenceLog multi_inference_log = 4;PredictionLogOuterClass.PredictionLog.Builder.setPredictLog(PredictionLogOuterClass.PredictLog value) .tensorflow.serving.PredictLog predict_log = 6;PredictionLogOuterClass.PredictionLog.Builder.setPredictLog(PredictionLogOuterClass.PredictLog.Builder builderForValue) .tensorflow.serving.PredictLog predict_log = 6;PredictionLogOuterClass.PredictionLog.Builder.setPredictStreamedLog(PredictionLogOuterClass.PredictStreamedLog value) .tensorflow.serving.PredictStreamedLog predict_streamed_log = 7;PredictionLogOuterClass.PredictionLog.Builder.setPredictStreamedLog(PredictionLogOuterClass.PredictStreamedLog.Builder builderForValue) .tensorflow.serving.PredictStreamedLog predict_streamed_log = 7;PredictionLogOuterClass.PredictionLog.Builder.setRegressLog(PredictionLogOuterClass.RegressLog value) .tensorflow.serving.RegressLog regress_log = 3;PredictionLogOuterClass.PredictionLog.Builder.setRegressLog(PredictionLogOuterClass.RegressLog.Builder builderForValue) .tensorflow.serving.RegressLog regress_log = 3;PredictionLogOuterClass.PredictionLog.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) PredictionLogOuterClass.PredictionLog.Builder.setSessionRunLog(PredictionLogOuterClass.SessionRunLog value) .tensorflow.serving.SessionRunLog session_run_log = 5;PredictionLogOuterClass.PredictionLog.Builder.setSessionRunLog(PredictionLogOuterClass.SessionRunLog.Builder builderForValue) .tensorflow.serving.SessionRunLog session_run_log = 5;PredictionLogOuterClass.PredictionLog.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PredictionLogOuterClass.PredictionLog.toBuilder()