Package ai.vectros.types
Interface AdminLogsResponse.QueryDurationMsStage
- All Known Implementing Classes:
AdminLogsResponse.Builder
- Enclosing class:
AdminLogsResponse
public static interface AdminLogsResponse.QueryDurationMsStage
-
Method Summary
Modifier and TypeMethodDescriptionqueryDurationMs(long queryDurationMs) Wall-clock time spent retrieving these results, in milliseconds.
-
Method Details
-
queryDurationMs
Wall-clock time spent retrieving these results, in milliseconds. Useful for diagnosing slow queries (large time windows or high-traffic accounts).
-