Interface InputOuterClass.ExampleListWithContextOrBuilder

    • 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;
      • 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;