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