Class: OpenAI::Models::Admin::Organization::AuditLogListResponse::RateLimitUpdated::ChangesRequested
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::Admin::Organization::AuditLogListResponse::RateLimitUpdated::ChangesRequested
- Defined in:
- lib/openai/models/admin/organization/audit_log_list_response.rb
Overview
Instance Attribute Summary collapse
-
#batch_1_day_max_input_tokens ⇒ Integer?
The maximum batch input tokens per day.
-
#max_audio_megabytes_per_1_minute ⇒ Integer?
The maximum audio megabytes per minute.
-
#max_images_per_1_minute ⇒ Integer?
The maximum images per minute.
-
#max_requests_per_1_day ⇒ Integer?
The maximum requests per day.
-
#max_requests_per_1_minute ⇒ Integer?
The maximum requests per minute.
-
#max_tokens_per_1_minute ⇒ Integer?
The maximum tokens per minute.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from OpenAI::Internal::Type::BaseModel
Instance Attribute Details
#batch_1_day_max_input_tokens ⇒ Integer?
The maximum batch input tokens per day. Only relevant for certain models.
1707 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1707 optional :batch_1_day_max_input_tokens, Integer |
#max_audio_megabytes_per_1_minute ⇒ Integer?
The maximum audio megabytes per minute. Only relevant for certain models.
1713 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1713 optional :max_audio_megabytes_per_1_minute, Integer |
#max_images_per_1_minute ⇒ Integer?
The maximum images per minute. Only relevant for certain models.
1719 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1719 optional :max_images_per_1_minute, Integer |
#max_requests_per_1_day ⇒ Integer?
The maximum requests per day. Only relevant for certain models.
1725 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1725 optional :max_requests_per_1_day, Integer |
#max_requests_per_1_minute ⇒ Integer?
The maximum requests per minute.
1731 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1731 optional :max_requests_per_1_minute, Integer |
#max_tokens_per_1_minute ⇒ Integer?
The maximum tokens per minute.
1737 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1737 optional :max_tokens_per_1_minute, Integer |