OpenAI::EvalRunOutputItem
Inherits JSON::Serializable < Reference < Object
A schema representing an evaluation run output item.
Constructors
new(pull : JSON::PullParser)
Sourcenew(object : EvalRunOutputItemObject = EvalRunOutputItemObject::EvalRunOutputItem, id : String = "", run_id : String = "", eval_id : String = "", created_at : Int64 = 0, status : String = "", datasource_item_id : Int64 = 0, datasource_item : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, results : Array(EvalRunOutputItemResult) = [] of EvalRunOutputItemResult, sample : EvalRunOutputItemSample = EvalRunOutputItemSample.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
created_at=(created_at : Int64)
Unix timestamp (in seconds) when the evaluation run was created.
Details of the input data source item.
object=(object : EvalRunOutputItemObject)
The type of the object. Always "eval.run.output_item".
A list of grader results for this output item.
run_id=(run_id : String)
The identifier of the evaluation run associated with this output item.
sample=(sample : EvalRunOutputItemSample)
A sample containing the input and output of the evaluation run.