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