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 TypeMethodDescriptionbooleanA boolean parameter value.longAn int64 parameter value.A string parameter value.com.google.protobuf.ByteStringA string parameter value.booleanA boolean parameter value.booleanAn int64 parameter value.booleanA string parameter value.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()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
GrpcPredictV2.InferParameter.ParameterChoiceCase getParameterChoiceCase()
-