Cloud AI Platform v1 API - Class CountTokensRequest (2.27.0)

public sealed class CountTokensRequest : IMessage<CountTokensRequest>, IEquatable<CountTokensRequest>, IDeepCloneable<CountTokensRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class CountTokensRequest.

Request message for [PredictionService.CountTokens][].

Inheritance

object > CountTokensRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CountTokensRequest()

public CountTokensRequest()

CountTokensRequest(CountTokensRequest)

public CountTokensRequest(CountTokensRequest other)
Parameter
NameDescription
otherCountTokensRequest

Properties

Contents

public RepeatedField<Content> Contents { get; }

Required. Input content.

Property Value
TypeDescription
RepeatedFieldContent

Endpoint

public string Endpoint { get; set; }

Required. The name of the Endpoint requested to perform token counting. Format: projects/{project}/locations/{location}/endpoints/{endpoint}

Property Value
TypeDescription
string

EndpointAsEndpointName

public EndpointName EndpointAsEndpointName { get; set; }

EndpointName-typed view over the Endpoint resource name property.

Property Value
TypeDescription
EndpointName

Instances

public RepeatedField<Value> Instances { get; }

Required. The instances that are the input to token counting call. Schema is identical to the prediction schema of the underlying model.

Property Value
TypeDescription
RepeatedFieldValue

Model

public string Model { get; set; }

Required. The name of the publisher model requested to serve the prediction. Format: projects/{project}/locations/{location}/publishers/*/models/*

Property Value
TypeDescription
string