Package tensorflow.serving
Interface InputOuterClass.ExampleListWithContextOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InputOuterClass.ExampleListWithContext,InputOuterClass.ExampleListWithContext.Builder
- Enclosing class:
InputOuterClass
public static interface InputOuterClass.ExampleListWithContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.tensorflow.Example context = 2;.tensorflow.Example context = 2;getExamples(int index) repeated .tensorflow.Example examples = 1;intrepeated .tensorflow.Example examples = 1;repeated .tensorflow.Example examples = 1;getExamplesOrBuilder(int index) repeated .tensorflow.Example examples = 1;List<? extends ExampleOrBuilder> repeated .tensorflow.Example examples = 1;boolean.tensorflow.Example context = 2;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
-
getExamplesList
repeated .tensorflow.Example examples = 1; -
getExamples
repeated .tensorflow.Example examples = 1; -
getExamplesCount
int getExamplesCount()repeated .tensorflow.Example examples = 1; -
getExamplesOrBuilderList
List<? extends ExampleOrBuilder> getExamplesOrBuilderList()repeated .tensorflow.Example examples = 1; -
getExamplesOrBuilder
repeated .tensorflow.Example examples = 1; -
hasContext
boolean hasContext().tensorflow.Example context = 2;- Returns:
- Whether the context field is set.
-
getContext
Example getContext().tensorflow.Example context = 2;- Returns:
- The context.
-
getContextOrBuilder
ExampleOrBuilder getContextOrBuilder().tensorflow.Example context = 2;
-