Documentation

Simulator extends Message
in package

Was the call spoiled by the simulator, not the agent? Diagnostic only — never folded into the scores; run aggregation excludes flagged calls from the two headline scores.

Generated from protobuf message livekit.SimulationRun.JobMetrics.Simulator

Table of Contents

Properties

$early_termination  : mixed
simulator ended a still-progressing call
$late_termination  : mixed
simulator dragged on after the goal was met

Methods

__construct()  : mixed
Constructor.
clearEarlyTermination()  : mixed
clearLateTermination()  : mixed
getEarlyTermination()  : bool
simulator ended a still-progressing call
getLateTermination()  : bool
simulator dragged on after the goal was met
hasEarlyTermination()  : mixed
hasLateTermination()  : mixed
setEarlyTermination()  : $this
simulator ended a still-progressing call
setLateTermination()  : $this
simulator dragged on after the goal was met

Properties

$early_termination

simulator ended a still-progressing call

protected mixed $early_termination = null

Generated from protobuf field optional bool early_termination = 1;

$late_termination

simulator dragged on after the goal was met

protected mixed $late_termination = null

Generated from protobuf field optional bool late_termination = 2;

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type bool $early_termination
      simulator ended a still-progressing call
@type bool $late_termination
      simulator dragged on after the goal was met

}

clearEarlyTermination()

public clearEarlyTermination() : mixed

clearLateTermination()

public clearLateTermination() : mixed

getEarlyTermination()

simulator ended a still-progressing call

public getEarlyTermination() : bool

Generated from protobuf field optional bool early_termination = 1;

Return values
bool

getLateTermination()

simulator dragged on after the goal was met

public getLateTermination() : bool

Generated from protobuf field optional bool late_termination = 2;

Return values
bool

hasEarlyTermination()

public hasEarlyTermination() : mixed

hasLateTermination()

public hasLateTermination() : mixed

setEarlyTermination()

simulator ended a still-progressing call

public setEarlyTermination(bool $var) : $this

Generated from protobuf field optional bool early_termination = 1;

Parameters
$var : bool
Return values
$this

setLateTermination()

simulator dragged on after the goal was met

public setLateTermination(bool $var) : $this

Generated from protobuf field optional bool late_termination = 2;

Parameters
$var : bool
Return values
$this
On this page

Search results