Class: OpenAI::Models::Admin::Organization::AuditLogListResponse::RateLimitUpdated::ChangesRequested

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/openai/models/admin/organization/audit_log_list_response.rb

Overview

See Also:

Instance Attribute Summary collapse

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_tokensInteger?

The maximum batch input tokens per day. Only relevant for certain models.

Returns:

  • (Integer, nil)


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_minuteInteger?

The maximum audio megabytes per minute. Only relevant for certain models.

Returns:

  • (Integer, nil)


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_minuteInteger?

The maximum images per minute. Only relevant for certain models.

Returns:

  • (Integer, nil)


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_dayInteger?

The maximum requests per day. Only relevant for certain models.

Returns:

  • (Integer, nil)


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_minuteInteger?

The maximum requests per minute.

Returns:

  • (Integer, nil)


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_minuteInteger?

The maximum tokens per minute.

Returns:

  • (Integer, nil)


1737
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1737

optional :max_tokens_per_1_minute, Integer