Interface InputOuterClass.InputOrBuilder

    • Method Detail

      • hasExampleList

        boolean hasExampleList()
        .tensorflow.serving.ExampleList example_list = 1 [lazy = true];
        Returns:
        Whether the exampleList field is set.
      • getExampleList

        InputOuterClass.ExampleList getExampleList()
        .tensorflow.serving.ExampleList example_list = 1 [lazy = true];
        Returns:
        The exampleList.
      • hasExampleListWithContext

        boolean hasExampleListWithContext()
        .tensorflow.serving.ExampleListWithContext example_list_with_context = 2 [lazy = true];
        Returns:
        Whether the exampleListWithContext field is set.
      • getExampleListWithContext

        InputOuterClass.ExampleListWithContext getExampleListWithContext()
        .tensorflow.serving.ExampleListWithContext example_list_with_context = 2 [lazy = true];
        Returns:
        The exampleListWithContext.