Package inference
Interface GrpcService.InferParameterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.InferParameter,GrpcService.InferParameter.Builder
- Enclosing class:
GrpcService
public static interface GrpcService.InferParameterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean@@ ..double@@ ..long@@ ..@@ ..com.google.protobuf.ByteString@@ ..long@@ ..boolean@@ ..boolean@@ ..boolean@@ ..boolean@@ ..boolean@@ ..Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasBoolParam
boolean hasBoolParam()@@ .. cpp:var:: bool bool_param @@ @@ A boolean parameter value. @@
bool bool_param = 1;- Returns:
- Whether the boolParam field is set.
-
getBoolParam
boolean getBoolParam()@@ .. cpp:var:: bool bool_param @@ @@ A boolean parameter value. @@
bool bool_param = 1;- Returns:
- The boolParam.
-
hasInt64Param
boolean hasInt64Param()@@ .. cpp:var:: int64 int64_param @@ @@ An int64 parameter value. @@
int64 int64_param = 2;- Returns:
- Whether the int64Param field is set.
-
getInt64Param
long getInt64Param()@@ .. cpp:var:: int64 int64_param @@ @@ An int64 parameter value. @@
int64 int64_param = 2;- Returns:
- The int64Param.
-
hasStringParam
boolean hasStringParam()@@ .. cpp:var:: string string_param @@ @@ A string parameter value. @@
string string_param = 3;- Returns:
- Whether the stringParam field is set.
-
getStringParam
String getStringParam()@@ .. cpp:var:: string string_param @@ @@ A string parameter value. @@
string string_param = 3;- Returns:
- The stringParam.
-
getStringParamBytes
com.google.protobuf.ByteString getStringParamBytes()@@ .. cpp:var:: string string_param @@ @@ A string parameter value. @@
string string_param = 3;- Returns:
- The bytes for stringParam.
-
hasDoubleParam
boolean hasDoubleParam()@@ .. cpp:var:: double double_param @@ @@ A double parameter value. @@
double double_param = 4;- Returns:
- Whether the doubleParam field is set.
-
getDoubleParam
double getDoubleParam()@@ .. cpp:var:: double double_param @@ @@ A double parameter value. @@
double double_param = 4;- Returns:
- The doubleParam.
-
hasUint64Param
boolean hasUint64Param()@@ .. cpp:var:: uint64 uint64_param @@ @@ A uint64 parameter value. @@ @@ Not supported for custom parameters @@
uint64 uint64_param = 5;- Returns:
- Whether the uint64Param field is set.
-
getUint64Param
long getUint64Param()@@ .. cpp:var:: uint64 uint64_param @@ @@ A uint64 parameter value. @@ @@ Not supported for custom parameters @@
uint64 uint64_param = 5;- Returns:
- The uint64Param.
-
getParameterChoiceCase
GrpcService.InferParameter.ParameterChoiceCase getParameterChoiceCase()
-