public sealed class CountTokensRequest : IMessage<CountTokensRequest>, IEquatable<CountTokensRequest>, IDeepCloneable<CountTokensRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud AI Platform v1 API class CountTokensRequest.
Request message for [PredictionService.CountTokens][].
Implements
IMessageCountTokensRequest, IEquatableCountTokensRequest, IDeepCloneableCountTokensRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
CountTokensRequest()
public CountTokensRequest()CountTokensRequest(CountTokensRequest)
public CountTokensRequest(CountTokensRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CountTokensRequest |
Properties
Contents
public RepeatedField<Content> Contents { get; }Required. Input content.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
EndpointAsEndpointName
public EndpointName EndpointAsEndpointName { get; set; }EndpointName-typed view over the Endpoint resource name property.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|