getCatalogEntry method
Future<LoraAdapterCatalogGetResult>
getCatalogEntry(
- ClientContext? ctx,
- LoraAdapterCatalogGetRequest request
Return one catalog entry by id.
Implementation
$async.Future<LoraAdapterCatalogGetResult> getCatalogEntry(
$pb.ClientContext? ctx, LoraAdapterCatalogGetRequest request) =>
_client.invoke<LoraAdapterCatalogGetResult>(ctx, 'LoRA',
'GetCatalogEntry', request, LoraAdapterCatalogGetResult());