Interface InputOuterClass.ExampleListOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InputOuterClass.ExampleList, InputOuterClass.ExampleList.Builder
Enclosing class:
InputOuterClass

public static interface InputOuterClass.ExampleListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getExamples(int index)
    repeated .tensorflow.Example examples = 1;
    int
    repeated .tensorflow.Example examples = 1;
    repeated .tensorflow.Example examples = 1;
    repeated .tensorflow.Example examples = 1;
    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 Details

    • getExamplesList

      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

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

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