Class GoogleCloudAiplatformV1beta1CountTokensResponse
Response message for PredictionService.CountTokens.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1CountTokensResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PromptTokensDetails
Output only. List of modalities that were processed in the request input.
Declaration
[JsonProperty("promptTokensDetails")]
public virtual IList<GoogleCloudAiplatformV1beta1ModalityTokenCount> PromptTokensDetails { get; set; }
Property Value
Type | Description |
---|---|
IList<Google |
TotalBillableCharacters
The total number of billable characters counted across all instances from the request.
Declaration
[JsonProperty("totalBillableCharacters")]
public virtual int? TotalBillableCharacters { get; set; }
Property Value
Type | Description |
---|---|
int? |
TotalTokens
The total number of tokens counted across all instances from the request.
Declaration
[JsonProperty("totalTokens")]
public virtual int? TotalTokens { get; set; }
Property Value
Type | Description |
---|---|
int? |