PerformanceEvaluatorConfigΒΆ

class PerformanceEvaluatorConfig ( BaseEvaluatorConfig )

Configuration for system performance evaluation.

Polymorphic Type:

type: performance

All BaseEvaluatorConfig types:

Fields:

target_channelslist = ['text']

List of ChannelModality values to evaluate.

sloslist [ BaseSloConfig ] = [<ConstantSloConfig>]

List of SLO definitions to evaluate against request-level metrics.

Available types:

stream_metricsbool = True

Enable real-time metric streaming

stream_metrics_intervalfloat = 5.0

Interval for streaming metrics in seconds

text_channelTextChannelPerformanceConfig = TextChannelPerformanceConfig

Text channel performance configuration

image_channelImageChannelPerformanceConfig = ImageChannelPerformanceConfig

Image channel performance configuration

audio_channelOptional [ AudioChannelPerformanceConfig ] = None

Audio channel performance configuration

video_channelOptional [ VideoChannelPerformanceConfig ] = None

Video channel performance configuration