Package inference

Interface GrpcPredictV2.InferParameterOrBuilder

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

public static interface GrpcPredictV2.InferParameterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    A boolean parameter value.
    long
    An int64 parameter value.
     
    A string parameter value.
    com.google.protobuf.ByteString
    A string parameter value.
    boolean
    A boolean parameter value.
    boolean
    An int64 parameter value.
    boolean
    A string parameter value.

    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

    • hasBoolParam

      boolean hasBoolParam()
       A boolean parameter value.
       
      bool bool_param = 1;
      Returns:
      Whether the boolParam field is set.
    • getBoolParam

      boolean getBoolParam()
       A boolean parameter value.
       
      bool bool_param = 1;
      Returns:
      The boolParam.
    • hasInt64Param

      boolean hasInt64Param()
       An int64 parameter value.
       
      int64 int64_param = 2;
      Returns:
      Whether the int64Param field is set.
    • getInt64Param

      long getInt64Param()
       An int64 parameter value.
       
      int64 int64_param = 2;
      Returns:
      The int64Param.
    • hasStringParam

      boolean hasStringParam()
       A string parameter value.
       
      string string_param = 3;
      Returns:
      Whether the stringParam field is set.
    • getStringParam

      String getStringParam()
       A string parameter value.
       
      string string_param = 3;
      Returns:
      The stringParam.
    • getStringParamBytes

      com.google.protobuf.ByteString getStringParamBytes()
       A string parameter value.
       
      string string_param = 3;
      Returns:
      The bytes for stringParam.
    • getParameterChoiceCase