MLInferenceServiceBase constructor
Implementation
MLInferenceServiceBase() {
$addMethod($grpc.ServiceMethod<$8.GetInferenceRequest, $8.GetInferenceResponse>(
'GetInference',
getInference_Pre,
false,
false,
($core.List<$core.int> value) => $8.GetInferenceRequest.fromBuffer(value),
($8.GetInferenceResponse value) => value.writeToBuffer()));
}