refresh method
Future<ModelRegistryRefreshResult>
refresh(
- ClientContext? ctx,
- 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());