public interface ModalityTokenCountOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Modality |
getModality()
The modality associated with this token count.
|
int |
getModalityValue()
The modality associated with this token count.
|
int |
getTokenCount()
Number of tokens.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getModalityValue()
The modality associated with this token count.
.google.cloud.vertexai.v1.Modality modality = 1;Modality getModality()
The modality associated with this token count.
.google.cloud.vertexai.v1.Modality modality = 1;int getTokenCount()
Number of tokens.
int32 token_count = 2;Copyright © 2025 Google LLC. All rights reserved.