Interface ModalityTokenCountOrBuilder (1.35.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface ModalityTokenCountOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getModality()
publicabstractModalitygetModality()The modality associated with this token count.
.google.cloud.vertexai.v1.Modality modality = 1;
| Returns | |
|---|---|
| Type | Description |
Modality |
The modality. |
getModalityValue()
publicabstractintgetModalityValue()The modality associated with this token count.
.google.cloud.vertexai.v1.Modality modality = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for modality. |
getTokenCount()
publicabstractintgetTokenCount()Number of tokens.
int32 token_count = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The tokenCount. |