registerCatalogEntry method

Future<LoraAdapterCatalogEntry> registerCatalogEntry(
  1. ClientContext? ctx,
  2. 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());