Enum BenchmarkSuiteKind
Categorizes benchmark suites by their evaluation style and infrastructure requirements.
public enum BenchmarkSuiteKind
Fields
DatasetSuite = 1Dataset suites (supervised/unsupervised tasks backed by data loaders).
Reasoning = 0Reasoning-style benchmarks (prompt/agent driven evaluation).
System = 2System-level benchmarks (latency/throughput/communication and other runtime metrics).