Class GoogleCloudAiplatformV1beta1TokensInfo
Tokens info with a list of tokens and the corresponding list of token ids.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1TokensInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Role
Optional. Optional fields for the role from the corresponding Content.
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type | Description |
---|---|
string |
TokenIds
A list of token ids from the input.
Declaration
[JsonProperty("tokenIds")]
public virtual IList<long?> TokenIds { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
Tokens
A list of tokens from the input.
Declaration
[JsonProperty("tokens")]
public virtual IList<string> Tokens { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |