Package com.openai.models
Class ChatCompletion.ServiceTier
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class ChatCompletion.ServiceTier implements EnumThe service tier used for processing the request.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumChatCompletion.ServiceTier.Knownpublic enumChatCompletion.ServiceTier.Value
-
Field Summary
Fields Modifier and Type Field Description public final static ChatCompletion.ServiceTierSCALEpublic final static ChatCompletion.ServiceTierDEFAULT
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final ChatCompletion.ServiceTier.Valuevalue()final ChatCompletion.ServiceTier.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletion.ServiceTierof(String value)-
-
Method Detail
-
value
final ChatCompletion.ServiceTier.Value value()
-
known
final ChatCompletion.ServiceTier.Known known()
-
of
final static ChatCompletion.ServiceTier of(String value)
-
-
-
-