update method

Future<ModelInfo> update(
  1. ClientContext? ctx,
  2. ModelInfo request
)

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());