Interface ModalityTokenCountOrBuilder (3.58.0)

public interface ModalityTokenCountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModality()

public abstract Modality getModality()

The modality associated with this token count.

.google.cloud.aiplatform.v1beta1.Modality modality = 1;

Returns
Type Description
Modality

The modality.

getModalityValue()

public abstract int getModalityValue()

The modality associated with this token count.

.google.cloud.aiplatform.v1beta1.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.