Class GoogleCloudAiplatformV1beta1ModalityTokenCount
Represents token counting info for a single modality.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseML .v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1ModalityTokenCount : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Modality
The modality associated with this token count.
Declaration
[JsonProperty("modality")]
public virtual string Modality { get; set; }
Property Value
Type | Description |
---|---|
string |
TokenCount
Number of tokens.
Declaration
[JsonProperty("tokenCount")]
public virtual int? TokenCount { get; set; }
Property Value
Type | Description |
---|---|
int? |