public static interface InputOuterClass.ExampleListWithContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Example |
getContext()
.tensorflow.Example context = 2; |
ExampleOrBuilder |
getContextOrBuilder()
.tensorflow.Example context = 2; |
Example |
getExamples(int index)
repeated .tensorflow.Example examples = 1; |
int |
getExamplesCount()
repeated .tensorflow.Example examples = 1; |
java.util.List<Example> |
getExamplesList()
repeated .tensorflow.Example examples = 1; |
ExampleOrBuilder |
getExamplesOrBuilder(int index)
repeated .tensorflow.Example examples = 1; |
java.util.List<? extends ExampleOrBuilder> |
getExamplesOrBuilderList()
repeated .tensorflow.Example examples = 1; |
boolean |
hasContext()
.tensorflow.Example context = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<Example> getExamplesList()
repeated .tensorflow.Example examples = 1;Example getExamples(int index)
repeated .tensorflow.Example examples = 1;int getExamplesCount()
repeated .tensorflow.Example examples = 1;java.util.List<? extends ExampleOrBuilder> getExamplesOrBuilderList()
repeated .tensorflow.Example examples = 1;ExampleOrBuilder getExamplesOrBuilder(int index)
repeated .tensorflow.Example examples = 1;boolean hasContext()
.tensorflow.Example context = 2;Example getContext()
.tensorflow.Example context = 2;ExampleOrBuilder getContextOrBuilder()
.tensorflow.Example context = 2;