Google Cloud Ai Platform V1 Client - Class CountTokensRequest (0.30.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class CountTokensRequest.

Request message for PredictionService.CountTokens.

Generated from protobuf message google.cloud.aiplatform.v1.CountTokensRequest

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ endpoint string

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

↳ model string

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

↳ instances array<Google\Protobuf\Value>

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

↳ contents array<Google\Cloud\AIPlatform\V1\Content>

Required. Input content.

getEndpoint

Required. The name of the Endpoint requested to perform token counting.

Format: projects/{project}/locations/{location}/endpoints/{endpoint}

Returns
TypeDescription
string

setEndpoint

Required. The name of the Endpoint requested to perform token counting.

Format: projects/{project}/locations/{location}/endpoints/{endpoint}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getModel

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

Returns
TypeDescription
string

setModel

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInstances

Required. The instances that are the input to token counting call.

Schema is identical to the prediction schema of the underlying model.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInstances

Required. The instances that are the input to token counting call.

Schema is identical to the prediction schema of the underlying model.

Parameter
NameDescription
var array<Google\Protobuf\Value>
Returns
TypeDescription
$this

getContents

Required. Input content.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setContents

Required. Input content.

Parameter
NameDescription
var array<Google\Cloud\AIPlatform\V1\Content>
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
endpoint string

Required. The name of the Endpoint requested to perform token counting. Format: projects/{project}/locations/{location}/endpoints/{endpoint} Please see Google\Cloud\AIPlatform\V1\LlmUtilityServiceClient::endpointName() for help formatting this field.

instances array<Google\Protobuf\Value>

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

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\CountTokensRequest