class

OpenAI::CreateEvalJsonlRunDataSource

Inherits JSON::Serializable < Reference < Object

A JsonlRunDataSource object with that specifies a JSONL file that matches the eval

Constructors

new(type_value : CreateEvalJsonlRunDataSourceType = CreateEvalJsonlRunDataSourceType::Jsonl, source : CreateEvalJsonlRunDataSourceSource = EvalJsonlFileContentSource.new)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

source

Determines what populates the item namespace in the data source.

Source
source=(source : CreateEvalJsonlRunDataSourceSource)

Determines what populates the item namespace in the data source.

Source
type_value

The type of data source. Always jsonl.

Source
type_value=(type_value : CreateEvalJsonlRunDataSourceType)

The type of data source. Always jsonl.

Source