public interface ModalityTokenCountOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getModality()
public abstract Modality getModality()
The modality associated with this token count.
.google.cloud.aiplatform.v1.Modality modality = 1;
Returns | |
---|---|
Type | Description |
Modality |
The modality. |
getModalityValue()
public abstract int getModalityValue()
The modality associated with this token count.
.google.cloud.aiplatform.v1.Modality modality = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for modality. |
getTokenCount()
public abstract int getTokenCount()
Number of tokens.
int32 token_count = 2;
Returns | |
---|---|
Type | Description |
int |
The tokenCount. |