registerCatalogEntry method
Future<LoraAdapterCatalogEntry>
registerCatalogEntry(
- ClientContext? ctx,
- LoraAdapterCatalogEntry request
Register catalog metadata. Local artifact state is ignored here and is persisted only by MarkDownloadCompleted after native/Web reports success.
Implementation
$async.Future<LoraAdapterCatalogEntry> registerCatalogEntry(
$pb.ClientContext? ctx, LoraAdapterCatalogEntry request) =>
_client.invoke<LoraAdapterCatalogEntry>(ctx, 'LoRA',
'RegisterCatalogEntry', request, LoraAdapterCatalogEntry());