OpenAI::CreateEvalJsonlRunDataSource
Inherits JSON::Serializable < Reference < Object
A JsonlRunDataSource object with that specifies a JSONL file that matches the eval
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : CreateEvalJsonlRunDataSourceType = CreateEvalJsonlRunDataSourceType::Jsonl, source : CreateEvalJsonlRunDataSourceSource = EvalJsonlFileContentSource.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
source=(source : CreateEvalJsonlRunDataSourceSource)
Determines what populates the item namespace in the data source.
type_value=(type_value : CreateEvalJsonlRunDataSourceType)
The type of data source. Always jsonl.