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