Show / Hide Table of Contents

Class GoogleCloudAiplatformV1TokensInfo

Tokens info with a list of tokens and the corresponding list of token ids.

Inheritance
object
GoogleCloudAiplatformV1TokensInfo
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.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1TokensInfo : 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX