refresh method

Future<ModelRegistryRefreshResult> refresh(
  1. ClientContext? ctx,
  2. ModelRegistryRefreshRequest request
)

Refresh registry state from assignment/cache/local reconciliation inputs.

Implementation

$async.Future<ModelRegistryRefreshResult> refresh(
        $pb.ClientContext? ctx, ModelRegistryRefreshRequest request) =>
    _client.invoke<ModelRegistryRefreshResult>(ctx, 'ModelRegistry',
        'Refresh', request, ModelRegistryRefreshResult());