Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1CountTokensResponse

Response message for PredictionService.CountTokens.

Inheritance
object
GoogleCloudAiplatformV1beta1CountTokensResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.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<GoogleCloudAiplatformV1beta1ModalityTokenCount>

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX