Class: OpenAI::Models::Admin::Organization::UsageFileSearchCallsResponse::Data::Result::OrganizationUsageVectorStoresResult
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::Admin::Organization::UsageFileSearchCallsResponse::Data::Result::OrganizationUsageVectorStoresResult
- Defined in:
- lib/openai/models/admin/organization/usage_file_search_calls_response.rb,
sig/openai/models/admin/organization/usage_file_search_calls_response.rbs
Instance Attribute Summary collapse
- #object ⇒ Symbol, :"organization.usage.vector_stores.result"
-
#project_id ⇒ String?
When
group_by=project_id, this field provides the project ID of the grouped usage result. -
#usage_bytes ⇒ Integer
The vector stores usage in bytes.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #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
#initialize ⇒ Object
425 |
# File 'sig/openai/models/admin/organization/usage_file_search_calls_response.rbs', line 425
def initialize: (
|
Instance Attribute Details
#object ⇒ Symbol, :"organization.usage.vector_stores.result"
598 |
# File 'lib/openai/models/admin/organization/usage_file_search_calls_response.rb', line 598 required :object, const: :"organization.usage.vector_stores.result" |
#project_id ⇒ String?
When group_by=project_id, this field provides the project ID of the grouped
usage result.
611 |
# File 'lib/openai/models/admin/organization/usage_file_search_calls_response.rb', line 611 optional :project_id, String, nil?: true |
#usage_bytes ⇒ Integer
The vector stores usage in bytes.
604 |
# File 'lib/openai/models/admin/organization/usage_file_search_calls_response.rb', line 604 required :usage_bytes, Integer |
Instance Method Details
#to_hash ⇒ {
431 |
# File 'sig/openai/models/admin/organization/usage_file_search_calls_response.rbs', line 431
def to_hash: -> {
|