Interface MLServerProto.AnalyzeRequestOrBuilder

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

public static interface MLServerProto.AnalyzeRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .lt_ml_server.ProcessingOptions options = 2;
    .lt_ml_server.ProcessingOptions options = 2;
    string text = 1;
    com.google.protobuf.ByteString
    string text = 1;
    boolean
    .lt_ml_server.ProcessingOptions options = 2;

    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

    • getText

      String getText()
      string text = 1;
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
      string text = 1;
      Returns:
      The bytes for text.
    • hasOptions

      boolean hasOptions()
      .lt_ml_server.ProcessingOptions options = 2;
      Returns:
      Whether the options field is set.
    • getOptions

      .lt_ml_server.ProcessingOptions options = 2;
      Returns:
      The options.
    • getOptionsOrBuilder

      .lt_ml_server.ProcessingOptions options = 2;