Uses of Class
tensorflow.serving.InputOuterClass.ExampleListWithContext.Builder
Packages that use InputOuterClass.ExampleListWithContext.Builder
-
Uses of InputOuterClass.ExampleListWithContext.Builder in tensorflow.serving
Methods in tensorflow.serving that return InputOuterClass.ExampleListWithContext.BuilderModifier and TypeMethodDescriptionInputOuterClass.ExampleListWithContext.Builder.addAllExamples(Iterable<? extends Example> values) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.addExamples(int index, Example value) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.addExamples(int index, Example.Builder builderForValue) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.addExamples(Example value) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.addExamples(Example.Builder builderForValue) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) InputOuterClass.ExampleListWithContext.Builder.clear()InputOuterClass.ExampleListWithContext.Builder.clearContext().tensorflow.Example context = 2;InputOuterClass.ExampleListWithContext.Builder.clearExamples()repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) InputOuterClass.ExampleListWithContext.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) InputOuterClass.ExampleListWithContext.Builder.clone()InputOuterClass.Input.Builder.getExampleListWithContextBuilder().tensorflow.serving.ExampleListWithContext example_list_with_context = 2 [lazy = true];InputOuterClass.ExampleListWithContext.Builder.mergeContext(Example value) .tensorflow.Example context = 2;InputOuterClass.ExampleListWithContext.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) InputOuterClass.ExampleListWithContext.Builder.mergeFrom(com.google.protobuf.Message other) InputOuterClass.ExampleListWithContext.Builder.mergeFrom(InputOuterClass.ExampleListWithContext other) InputOuterClass.ExampleListWithContext.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) InputOuterClass.ExampleListWithContext.newBuilder()InputOuterClass.ExampleListWithContext.newBuilder(InputOuterClass.ExampleListWithContext prototype) InputOuterClass.ExampleListWithContext.newBuilderForType()InputOuterClass.ExampleListWithContext.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) InputOuterClass.ExampleListWithContext.Builder.removeExamples(int index) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.setContext(Example value) .tensorflow.Example context = 2;InputOuterClass.ExampleListWithContext.Builder.setContext(Example.Builder builderForValue) .tensorflow.Example context = 2;InputOuterClass.ExampleListWithContext.Builder.setExamples(int index, Example value) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.setExamples(int index, Example.Builder builderForValue) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) InputOuterClass.ExampleListWithContext.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) InputOuterClass.ExampleListWithContext.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) InputOuterClass.ExampleListWithContext.toBuilder()Methods in tensorflow.serving with parameters of type InputOuterClass.ExampleListWithContext.BuilderModifier and TypeMethodDescriptionInputOuterClass.Input.Builder.setExampleListWithContext(InputOuterClass.ExampleListWithContext.Builder builderForValue) .tensorflow.serving.ExampleListWithContext example_list_with_context = 2 [lazy = true];