class

OpenAI::EvalJsonlFileIdSource

Inherits JSON::Serializable < Reference < Object

Constructors

new(type_value : EvalJsonlFileIdSourceType = EvalJsonlFileIdSourceType::FileId, id : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id

The identifier of the file.

Source
id=(id : String)

The identifier of the file.

Source
type_value

The type of jsonl source. Always file_id.

Source
type_value=(type_value : EvalJsonlFileIdSourceType)

The type of jsonl source. Always file_id.

Source