Class BetaManagedAgentsModelOverloadedError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsModelOverloadedErrorThe model is currently overloaded. Emitted after automatic retries are exhausted.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsModelOverloadedError.BuilderA builder for BetaManagedAgentsModelOverloadedError.
public final classBetaManagedAgentsModelOverloadedError.RetryStatusWhat the client should do next in response to this error.
public final classBetaManagedAgentsModelOverloadedError.Type
-
Method Summary
-
-
Method Detail
-
retryStatus
final BetaManagedAgentsModelOverloadedError.RetryStatus retryStatus()
What the client should do next in response to this error.
-
type
final BetaManagedAgentsModelOverloadedError.Type type()
-
_message
final JsonField<String> _message()
Returns the raw JSON value of message.
Unlike message, this method doesn't throw if the JSON field has an unexpected type.
-
_retryStatus
final JsonField<BetaManagedAgentsModelOverloadedError.RetryStatus> _retryStatus()
Returns the raw JSON value of retryStatus.
Unlike retryStatus, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsModelOverloadedError.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsModelOverloadedError.Builder toBuilder()
-
validate
final BetaManagedAgentsModelOverloadedError 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 BetaManagedAgentsModelOverloadedError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsModelOverloadedError.
The following fields are required:
.message() .retryStatus() .type()
-
-
-
-