Interface InputOuterClass.InputOrBuilder

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

public static interface InputOuterClass.InputOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • 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.
    • getExampleListOrBuilder

      InputOuterClass.ExampleListOrBuilder getExampleListOrBuilder()
      .tensorflow.serving.ExampleList example_list = 1 [lazy = true];
    • 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.
    • getExampleListWithContextOrBuilder

      InputOuterClass.ExampleListWithContextOrBuilder getExampleListWithContextOrBuilder()
      .tensorflow.serving.ExampleListWithContext example_list_with_context = 2 [lazy = true];
    • getKindCase