Module: OpenAI::Models::Admin::Organization::UsageModerationsParams::BucketWidth

Extended by:
Internal::Type::Enum
Defined in:
lib/openai/models/admin/organization/usage_moderations_params.rb

Overview

Width of each time bucket in response. Currently ‘1m`, `1h` and `1d` are supported, default to `1d`.

Constant Summary collapse

BUCKET_WIDTH_1M =
:"1m"
BUCKET_WIDTH_1H =
:"1h"
BUCKET_WIDTH_1D =
:"1d"

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info