Uses of Class
tensorflow.serving.SessionServiceOuterClass.SessionRunRequest.Builder
Packages that use SessionServiceOuterClass.SessionRunRequest.Builder
-
Uses of SessionServiceOuterClass.SessionRunRequest.Builder in tensorflow.serving
Methods in tensorflow.serving that return SessionServiceOuterClass.SessionRunRequest.BuilderModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunRequest.Builder.addAllFeed(Iterable<? extends NamedTensorProto> values) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunRequest.Builder.addAllFetch(Iterable<String> values) Fetches.SessionServiceOuterClass.SessionRunRequest.Builder.addAllTarget(Iterable<String> values) Target Nodes.SessionServiceOuterClass.SessionRunRequest.Builder.addFeed(int index, NamedTensorProto value) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunRequest.Builder.addFeed(int index, NamedTensorProto.Builder builderForValue) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunRequest.Builder.addFeed(NamedTensorProto value) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunRequest.Builder.addFeed(NamedTensorProto.Builder builderForValue) Tensors to be fed in the step.Fetches.SessionServiceOuterClass.SessionRunRequest.Builder.addFetchBytes(com.google.protobuf.ByteString value) Fetches.SessionServiceOuterClass.SessionRunRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Target Nodes.SessionServiceOuterClass.SessionRunRequest.Builder.addTargetBytes(com.google.protobuf.ByteString value) Target Nodes.SessionServiceOuterClass.SessionRunRequest.Builder.clear()SessionServiceOuterClass.SessionRunRequest.Builder.clearFeed()Tensors to be fed in the step.SessionServiceOuterClass.SessionRunRequest.Builder.clearFetch()Fetches.SessionServiceOuterClass.SessionRunRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SessionServiceOuterClass.SessionRunRequest.Builder.clearModelSpec()Model Specification.SessionServiceOuterClass.SessionRunRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) SessionServiceOuterClass.SessionRunRequest.Builder.clearOptions()Options for the run call.SessionServiceOuterClass.SessionRunRequest.Builder.clearTarget()Target Nodes.SessionServiceOuterClass.SessionRunRequest.Builder.clearTensorNameIsAlias()If true, treat names in feed/fetch/target as alias names than actual tensor names (that appear in the TF graph).SessionServiceOuterClass.SessionRunRequest.Builder.clone()PredictionLogOuterClass.SessionRunLog.Builder.getRequestBuilder().tensorflow.serving.SessionRunRequest request = 1;SessionServiceOuterClass.SessionRunRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SessionServiceOuterClass.SessionRunRequest.Builder.mergeFrom(com.google.protobuf.Message other) SessionServiceOuterClass.SessionRunRequest.Builder.mergeFrom(SessionServiceOuterClass.SessionRunRequest other) SessionServiceOuterClass.SessionRunRequest.Builder.mergeModelSpec(Model.ModelSpec value) Model Specification.SessionServiceOuterClass.SessionRunRequest.Builder.mergeOptions(RunOptions value) Options for the run call.SessionServiceOuterClass.SessionRunRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SessionServiceOuterClass.SessionRunRequest.newBuilder()SessionServiceOuterClass.SessionRunRequest.newBuilder(SessionServiceOuterClass.SessionRunRequest prototype) SessionServiceOuterClass.SessionRunRequest.newBuilderForType()SessionServiceOuterClass.SessionRunRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SessionServiceOuterClass.SessionRunRequest.Builder.removeFeed(int index) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunRequest.Builder.setFeed(int index, NamedTensorProto value) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunRequest.Builder.setFeed(int index, NamedTensorProto.Builder builderForValue) Tensors to be fed in the step.Fetches.SessionServiceOuterClass.SessionRunRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SessionServiceOuterClass.SessionRunRequest.Builder.setModelSpec(Model.ModelSpec value) Model Specification.SessionServiceOuterClass.SessionRunRequest.Builder.setModelSpec(Model.ModelSpec.Builder builderForValue) Model Specification.SessionServiceOuterClass.SessionRunRequest.Builder.setOptions(RunOptions value) Options for the run call.SessionServiceOuterClass.SessionRunRequest.Builder.setOptions(RunOptions.Builder builderForValue) Options for the run call.SessionServiceOuterClass.SessionRunRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Target Nodes.SessionServiceOuterClass.SessionRunRequest.Builder.setTensorNameIsAlias(boolean value) If true, treat names in feed/fetch/target as alias names than actual tensor names (that appear in the TF graph).SessionServiceOuterClass.SessionRunRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SessionServiceOuterClass.SessionRunRequest.toBuilder()Methods in tensorflow.serving with parameters of type SessionServiceOuterClass.SessionRunRequest.BuilderModifier and TypeMethodDescriptionPredictionLogOuterClass.SessionRunLog.Builder.setRequest(SessionServiceOuterClass.SessionRunRequest.Builder builderForValue) .tensorflow.serving.SessionRunRequest request = 1;