An object representing a list of runs for an evaluation.
Constructors
new(object :
EvalRunListObject =
EvalRunListObject::List, data :
Array(
EvalRun) = [] of
EvalRun, first_id :
String = "", last_id :
String = "", has_more :
Bool = false)
SourceInstance methods
data
An array of eval run objects.
Sourcedata=(data :
Array(
EvalRun))
An array of eval run objects.
Sourcefirst_id
The identifier of the first eval run in the data array.
SourceThe identifier of the first eval run in the data array.
Sourcehas_more
Indicates whether there are more evals available.
Sourcehas_more=(has_more :
Bool)
Indicates whether there are more evals available.
Sourcelast_id
The identifier of the last eval run in the data array.
SourceThe identifier of the last eval run in the data array.
Sourceobject
The type of this object. It is always set to "list".
Sourceobject=(object : EvalRunListObject)
The type of this object. It is always set to "list".
Source