Interface InputOuterClass.ExampleListOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getExamplesList

        java.util.List<Example> getExamplesList()
        repeated .tensorflow.Example examples = 1;
      • getExamples

        Example getExamples​(int index)
        repeated .tensorflow.Example examples = 1;
      • getExamplesCount

        int getExamplesCount()
        repeated .tensorflow.Example examples = 1;
      • getExamplesOrBuilderList

        java.util.List<? extends ExampleOrBuilder> getExamplesOrBuilderList()
        repeated .tensorflow.Example examples = 1;
      • getExamplesOrBuilder

        ExampleOrBuilder getExamplesOrBuilder​(int index)
        repeated .tensorflow.Example examples = 1;