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 |
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? |