public enum ConversationOptions.Model extends Enum<ConversationOptions.Model> implements ProtocolMessageEnumAllowed models for the agent/conversation.
Protobuf enum google.cloud.geminidataanalytics.v1beta.ConversationOptions.Model
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
LATEST_GA_MODEL |
Use the most up-to-date non-preview model. This may constrain certain request level settings. |
LATEST_GA_MODEL_VALUE |
Use the most up-to-date non-preview model. This may constrain certain request level settings. |
MODEL_UNSPECIFIED |
No model specified. The model may be set on the chat request, or the default model will be used. |
MODEL_UNSPECIFIED_VALUE |
No model specified. The model may be set on the chat request, or the default model will be used. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|