class

OpenAI::CreateEvalStoredCompletionsDataSourceConfig

Inherits JSON::Serializable < Reference < Object

Deprecated in favor of LogsDataSourceConfig.

Constructors

new(type_value : CreateEvalStoredCompletionsDataSourceConfigType = CreateEvalStoredCompletionsDataSourceConfigType::StoredCompletions, metadata : Hash(String, JSON::Any) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

metadata

Metadata filters for the stored completions data source.

Source
metadata=(metadata : Hash(String, JSON::Any) | Nil)

Metadata filters for the stored completions data source.

Source
type_value

The type of data source. Always stored_completions.

Source
type_value=(type_value : CreateEvalStoredCompletionsDataSourceConfigType)

The type of data source. Always stored_completions.

Source