stats method

Future<RAGStatistics> stats(
  1. ClientContext? ctx,
  2. RAGServiceState request
)

Snapshot current index statistics from the logical service state.

Implementation

$async.Future<RAGStatistics> stats(
        $pb.ClientContext? ctx, RAGServiceState request) =>
    _client.invoke<RAGStatistics>(
        ctx, 'RAG', 'Stats', request, RAGStatistics());