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,
sig/openai/models/admin/organization/audit_log_list_response.rbs

Overview

See Also:

  • OpenAI::Models::Admin::Organization::AuditLogListResponse::RateLimitUpdated#changes_requested

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

#initializeObject



1966
# File 'sig/openai/models/admin/organization/audit_log_list_response.rbs', line 1966

def initialize: (

Instance Attribute Details

#batch_1_day_max_input_tokensInteger?

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

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


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

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.

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


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

optional :max_audio_megabytes_per_1_minute, Integer

#max_images_per_1_minuteInteger?

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

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


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

optional :max_images_per_1_minute, Integer

#max_requests_per_1_dayInteger?

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

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


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

optional :max_requests_per_1_day, Integer

#max_requests_per_1_minuteInteger?

The maximum requests per minute.

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


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

optional :max_requests_per_1_minute, Integer

#max_tokens_per_1_minuteInteger?

The maximum tokens per minute.

Parameters:

  • (Integer)

Returns:

  • (Integer, nil)


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

optional :max_tokens_per_1_minute, Integer

Instance Method Details

#to_hash{

Returns:

  • ({)


1975
# File 'sig/openai/models/admin/organization/audit_log_list_response.rbs', line 1975

def to_hash: -> {