Package tensorflow.serving
Interface InputOuterClass.InputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InputOuterClass.Input,InputOuterClass.Input.Builder
- Enclosing class:
InputOuterClass
public static interface InputOuterClass.InputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.tensorflow.serving.ExampleList example_list = 1 [lazy = true];.tensorflow.serving.ExampleList example_list = 1 [lazy = true];.tensorflow.serving.ExampleListWithContext example_list_with_context = 2 [lazy = true];.tensorflow.serving.ExampleListWithContext example_list_with_context = 2 [lazy = true];boolean.tensorflow.serving.ExampleList example_list = 1 [lazy = true];boolean.tensorflow.serving.ExampleListWithContext example_list_with_context = 2 [lazy = true];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasExampleList
boolean hasExampleList().tensorflow.serving.ExampleList example_list = 1 [lazy = true];- Returns:
- Whether the exampleList field is set.
-
getExampleList
InputOuterClass.ExampleList getExampleList().tensorflow.serving.ExampleList example_list = 1 [lazy = true];- Returns:
- The exampleList.
-
getExampleListOrBuilder
InputOuterClass.ExampleListOrBuilder getExampleListOrBuilder().tensorflow.serving.ExampleList example_list = 1 [lazy = true]; -
hasExampleListWithContext
boolean hasExampleListWithContext().tensorflow.serving.ExampleListWithContext example_list_with_context = 2 [lazy = true];- Returns:
- Whether the exampleListWithContext field is set.
-
getExampleListWithContext
InputOuterClass.ExampleListWithContext getExampleListWithContext().tensorflow.serving.ExampleListWithContext example_list_with_context = 2 [lazy = true];- Returns:
- The exampleListWithContext.
-
getExampleListWithContextOrBuilder
InputOuterClass.ExampleListWithContextOrBuilder getExampleListWithContextOrBuilder().tensorflow.serving.ExampleListWithContext example_list_with_context = 2 [lazy = true]; -
getKindCase
InputOuterClass.Input.KindCase getKindCase()
-