class

OpenAI::EvalRunPerTestingCriteriaResultsItem

Inherits JSON::Serializable < Reference < Object

Constructors

new(testing_criteria : String = "", passed : Int64 = 0, failed : Int64 = 0)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

failed

Number of tests failed for this criteria.

Source
failed=(failed : Int64)

Number of tests failed for this criteria.

Source
passed

Number of tests passed for this criteria.

Source
passed=(passed : Int64)

Number of tests passed for this criteria.

Source
testing_criteria

A description of the testing criteria.

Source
testing_criteria=(testing_criteria : String)

A description of the testing criteria.

Source