Uses of Class
inference.GrpcService.ModelInferRequest.Builder
Packages that use GrpcService.ModelInferRequest.Builder
-
Uses of GrpcService.ModelInferRequest.Builder in inference
Methods in inference that return GrpcService.ModelInferRequest.BuilderModifier and TypeMethodDescriptionGrpcService.ModelInferRequest.Builder.addAllInputs(Iterable<? extends GrpcService.ModelInferRequest.InferInputTensor> values) @@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.GrpcService.ModelInferRequest.Builder.addAllOutputs(Iterable<? extends GrpcService.ModelInferRequest.InferRequestedOutputTensor> values) @@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.GrpcService.ModelInferRequest.Builder.addAllRawInputContents(Iterable<? extends com.google.protobuf.ByteString> values) @@ @@ .. cpp:var:: bytes raw_input_contents @@ @@ The data contained in an input tensor can be represented in @@ "raw" bytes form or in the repeated type that matches the @@ tensor's data type.GrpcService.ModelInferRequest.Builder.addInputs(int index, GrpcService.ModelInferRequest.InferInputTensor value) @@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.GrpcService.ModelInferRequest.Builder.addInputs(int index, GrpcService.ModelInferRequest.InferInputTensor.Builder builderForValue) @@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.GrpcService.ModelInferRequest.Builder.addInputs(GrpcService.ModelInferRequest.InferInputTensor value) @@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.GrpcService.ModelInferRequest.Builder.addInputs(GrpcService.ModelInferRequest.InferInputTensor.Builder builderForValue) @@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.GrpcService.ModelInferRequest.Builder.addOutputs(int index, GrpcService.ModelInferRequest.InferRequestedOutputTensor value) @@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.GrpcService.ModelInferRequest.Builder.addOutputs(int index, GrpcService.ModelInferRequest.InferRequestedOutputTensor.Builder builderForValue) @@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.GrpcService.ModelInferRequest.Builder.addOutputs(GrpcService.ModelInferRequest.InferRequestedOutputTensor value) @@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.GrpcService.ModelInferRequest.Builder.addOutputs(GrpcService.ModelInferRequest.InferRequestedOutputTensor.Builder builderForValue) @@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.GrpcService.ModelInferRequest.Builder.addRawInputContents(com.google.protobuf.ByteString value) @@ @@ .. cpp:var:: bytes raw_input_contents @@ @@ The data contained in an input tensor can be represented in @@ "raw" bytes form or in the repeated type that matches the @@ tensor's data type.GrpcService.ModelInferRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GrpcService.ModelInferRequest.Builder.clear()GrpcService.ModelInferRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) GrpcService.ModelInferRequest.Builder.clearId()@@ .. cpp:var:: string id @@ @@ Optional identifier for the request.GrpcService.ModelInferRequest.Builder.clearInputs()@@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.GrpcService.ModelInferRequest.Builder.clearModelName()@@ .. cpp:var:: string model_name @@ @@ The name of the model to use for inferencing.GrpcService.ModelInferRequest.Builder.clearModelVersion()@@ .. cpp:var:: string model_version @@ @@ The version of the model to use for inference.GrpcService.ModelInferRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) GrpcService.ModelInferRequest.Builder.clearOutputs()@@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.GrpcService.ModelInferRequest.Builder.clearParameters()GrpcService.ModelInferRequest.Builder.clearRawInputContents()@@ @@ .. cpp:var:: bytes raw_input_contents @@ @@ The data contained in an input tensor can be represented in @@ "raw" bytes form or in the repeated type that matches the @@ tensor's data type.GrpcService.ModelInferRequest.Builder.clone()GrpcService.ModelInferRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferRequest.Builder.mergeFrom(com.google.protobuf.Message other) GrpcService.ModelInferRequest.Builder.mergeFrom(GrpcService.ModelInferRequest other) GrpcService.ModelInferRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GrpcService.ModelInferRequest.newBuilder()GrpcService.ModelInferRequest.newBuilder(GrpcService.ModelInferRequest prototype) GrpcService.ModelInferRequest.newBuilderForType()protected GrpcService.ModelInferRequest.BuilderGrpcService.ModelInferRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) GrpcService.ModelInferRequest.Builder.putAllParameters(Map<String, GrpcService.InferParameter> values) @@ .. cpp:var:: map<string,InferParameter> parameters @@ @@ Optional inference parameters.GrpcService.ModelInferRequest.Builder.putParameters(String key, GrpcService.InferParameter value) @@ .. cpp:var:: map<string,InferParameter> parameters @@ @@ Optional inference parameters.GrpcService.ModelInferRequest.Builder.removeInputs(int index) @@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.GrpcService.ModelInferRequest.Builder.removeOutputs(int index) @@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.GrpcService.ModelInferRequest.Builder.removeParameters(String key) @@ .. cpp:var:: map<string,InferParameter> parameters @@ @@ Optional inference parameters.GrpcService.ModelInferRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) @@ .. cpp:var:: string id @@ @@ Optional identifier for the request.GrpcService.ModelInferRequest.Builder.setIdBytes(com.google.protobuf.ByteString value) @@ .. cpp:var:: string id @@ @@ Optional identifier for the request.GrpcService.ModelInferRequest.Builder.setInputs(int index, GrpcService.ModelInferRequest.InferInputTensor value) @@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.GrpcService.ModelInferRequest.Builder.setInputs(int index, GrpcService.ModelInferRequest.InferInputTensor.Builder builderForValue) @@ @@ .. cpp:var:: InferInputTensor inputs (repeated) @@ @@ The input tensors for the inference.GrpcService.ModelInferRequest.Builder.setModelName(String value) @@ .. cpp:var:: string model_name @@ @@ The name of the model to use for inferencing.GrpcService.ModelInferRequest.Builder.setModelNameBytes(com.google.protobuf.ByteString value) @@ .. cpp:var:: string model_name @@ @@ The name of the model to use for inferencing.GrpcService.ModelInferRequest.Builder.setModelVersion(String value) @@ .. cpp:var:: string model_version @@ @@ The version of the model to use for inference.GrpcService.ModelInferRequest.Builder.setModelVersionBytes(com.google.protobuf.ByteString value) @@ .. cpp:var:: string model_version @@ @@ The version of the model to use for inference.GrpcService.ModelInferRequest.Builder.setOutputs(int index, GrpcService.ModelInferRequest.InferRequestedOutputTensor value) @@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.GrpcService.ModelInferRequest.Builder.setOutputs(int index, GrpcService.ModelInferRequest.InferRequestedOutputTensor.Builder builderForValue) @@ @@ .. cpp:var:: InferRequestedOutputTensor outputs (repeated) @@ @@ The requested output tensors for the inference.GrpcService.ModelInferRequest.Builder.setRawInputContents(int index, com.google.protobuf.ByteString value) @@ @@ .. cpp:var:: bytes raw_input_contents @@ @@ The data contained in an input tensor can be represented in @@ "raw" bytes form or in the repeated type that matches the @@ tensor's data type.GrpcService.ModelInferRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) GrpcService.ModelInferRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GrpcService.ModelInferRequest.toBuilder()