update method
Update an existing model metadata entry and return the normalized entry.
Implementation
$async.Future<ModelInfo> update($pb.ClientContext? ctx, ModelInfo request) =>
_client.invoke<ModelInfo>(
ctx, 'ModelRegistry', 'Update', request, ModelInfo());