Class TritonInferStatistics

java.lang.Object
com.gencior.triton.core.pojo.TritonInferStatistics

public final class TritonInferStatistics extends Object
Encapsulates comprehensive inference statistics for a model.

This class aggregates timing and success/failure metrics for all inference requests, including queue times, compute times, and cache hit/miss statistics. It provides detailed insights into model performance and inference processing stages.

This is an immutable object that wraps the gRPC message InferStatistics.

Since:
1.0.0
Author:
sachachoumiloff