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 Type Method Description InputOuterClass.ExampleListgetExampleList().tensorflow.serving.ExampleList example_list = 1 [lazy = true];InputOuterClass.ExampleListOrBuildergetExampleListOrBuilder().tensorflow.serving.ExampleList example_list = 1 [lazy = true];InputOuterClass.ExampleListWithContextgetExampleListWithContext().tensorflow.serving.ExampleListWithContext example_list_with_context = 2 [lazy = true];InputOuterClass.ExampleListWithContextOrBuildergetExampleListWithContextOrBuilder().tensorflow.serving.ExampleListWithContext example_list_with_context = 2 [lazy = true];InputOuterClass.Input.KindCasegetKindCase()booleanhasExampleList().tensorflow.serving.ExampleList example_list = 1 [lazy = true];booleanhasExampleListWithContext().tensorflow.serving.ExampleListWithContext example_list_with_context = 2 [lazy = true];Methods 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()
-