Google Cloud Ai Platform V1 Client - Class CountTokensRequest (0.27.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}

↳ 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.

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

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