Class: OpenAI::Models::FineTuning::Alpha::GraderRunResponse::Metadata
Overview
Defined Under Namespace
Classes: Errors
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(errors: , execution_time: , name: , sampled_model_name: , scores: , token_usage: , type: ) ⇒ Object
|
# File 'lib/openai/models/fine_tuning/alpha/grader_run_response.rb', line 73
|
Instance Attribute Details
#execution_time ⇒ Float
46
|
# File 'lib/openai/models/fine_tuning/alpha/grader_run_response.rb', line 46
required :execution_time, Float
|
#name ⇒ String
51
|
# File 'lib/openai/models/fine_tuning/alpha/grader_run_response.rb', line 51
required :name, String
|
#sampled_model_name ⇒ String?
56
|
# File 'lib/openai/models/fine_tuning/alpha/grader_run_response.rb', line 56
required :sampled_model_name, String, nil?: true
|
#scores ⇒ Hash{Symbol=>Object}
#token_usage ⇒ Integer?
66
|
# File 'lib/openai/models/fine_tuning/alpha/grader_run_response.rb', line 66
required :token_usage, Integer, nil?: true
|
#type ⇒ String
71
|
# File 'lib/openai/models/fine_tuning/alpha/grader_run_response.rb', line 71
required :type, String
|