Class AuditLogListResponse.RateLimitUpdated.ChangesRequested
-
- All Implemented Interfaces:
public final class AuditLogListResponse.RateLimitUpdated.ChangesRequestedThe payload used to update the rate limits.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.RateLimitUpdated.ChangesRequested.BuilderA builder for ChangesRequested.
-
Method Summary
-
-
Method Detail
-
batch1DayMaxInputTokens
final Optional<Long> batch1DayMaxInputTokens()
The maximum batch input tokens per day. Only relevant for certain models.
-
maxAudioMegabytesPer1Minute
final Optional<Long> maxAudioMegabytesPer1Minute()
The maximum audio megabytes per minute. Only relevant for certain models.
-
maxImagesPer1Minute
final Optional<Long> maxImagesPer1Minute()
The maximum images per minute. Only relevant for certain models.
-
maxRequestsPer1Day
final Optional<Long> maxRequestsPer1Day()
The maximum requests per day. Only relevant for certain models.
-
maxRequestsPer1Minute
final Optional<Long> maxRequestsPer1Minute()
The maximum requests per minute.
-
maxTokensPer1Minute
final Optional<Long> maxTokensPer1Minute()
The maximum tokens per minute.
-
_batch1DayMaxInputTokens
final JsonField<Long> _batch1DayMaxInputTokens()
Returns the raw JSON value of batch1DayMaxInputTokens.
Unlike batch1DayMaxInputTokens, this method doesn't throw if the JSON field has an unexpected type.
-
_maxAudioMegabytesPer1Minute
final JsonField<Long> _maxAudioMegabytesPer1Minute()
Returns the raw JSON value of maxAudioMegabytesPer1Minute.
Unlike maxAudioMegabytesPer1Minute, this method doesn't throw if the JSON field has an unexpected type.
-
_maxImagesPer1Minute
final JsonField<Long> _maxImagesPer1Minute()
Returns the raw JSON value of maxImagesPer1Minute.
Unlike maxImagesPer1Minute, this method doesn't throw if the JSON field has an unexpected type.
-
_maxRequestsPer1Day
final JsonField<Long> _maxRequestsPer1Day()
Returns the raw JSON value of maxRequestsPer1Day.
Unlike maxRequestsPer1Day, this method doesn't throw if the JSON field has an unexpected type.
-
_maxRequestsPer1Minute
final JsonField<Long> _maxRequestsPer1Minute()
Returns the raw JSON value of maxRequestsPer1Minute.
Unlike maxRequestsPer1Minute, this method doesn't throw if the JSON field has an unexpected type.
-
_maxTokensPer1Minute
final JsonField<Long> _maxTokensPer1Minute()
Returns the raw JSON value of maxTokensPer1Minute.
Unlike maxTokensPer1Minute, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.RateLimitUpdated.ChangesRequested.Builder toBuilder()
-
validate
final AuditLogListResponse.RateLimitUpdated.ChangesRequested validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static AuditLogListResponse.RateLimitUpdated.ChangesRequested.Builder builder()
Returns a mutable builder for constructing an instance of ChangesRequested.
-
-
-
-