Class: OpenAI::Models::Evals::RunListResponse::DataSource::Responses::Source::FileID

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/openai/models/evals/run_list_response.rb,
sig/openai/models/evals/run_list_response.rbs

Instance Attribute Summary collapse

Attributes inherited from Internal::Type::BaseModel

#last_response

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], #_request_id, #_set_last_response, coerce, #deconstruct_keys, #deep_to_h, dump, #encode_with, fields, hash, #hash, inherited, #inspect, inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, coerce_with_error, dump, #dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initializeFileID

Returns a new instance of FileID.

Parameters:

  • id

    The identifier of the file.

  • type

    The type of jsonl source. Always file_id.

  • id: (String)
  • type: (:file_id)


284
# File 'sig/openai/models/evals/run_list_response.rbs', line 284

def initialize: (id: String, ?type: :file_id) -> void

Instance Attribute Details

#idString

The identifier of the file.

Returns:

  • (String)


298
# File 'lib/openai/models/evals/run_list_response.rb', line 298

required :id, String

#type:file_id

The type of jsonl source. Always file_id.

Returns:

  • (:file_id)


304
# File 'lib/openai/models/evals/run_list_response.rb', line 304

required :type, const: :file_id

Instance Method Details

#to_hash{ id: String, ?type: :file_id }

Returns:

  • ({ id: String, ?type: :file_id })


286
# File 'sig/openai/models/evals/run_list_response.rbs', line 286

def to_hash: -> { id: String, ?type: :file_id }