GoogleCloudAiplatformV1CountTokensRequest class

Request message for PredictionService.CountTokens.

Properties

contents List<GoogleCloudAiplatformV1Content>?
Input content.
getter/setter pair
generationConfig GoogleCloudAiplatformV1GenerationConfig?
Generation config that the model will use to generate the response.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instances List<Object?>?
The instances that are the input to token counting call.
getter/setter pair
model String?
The name of the publisher model requested to serve the prediction.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemInstruction GoogleCloudAiplatformV1Content?
The user provided system instructions for the model.
getter/setter pair
tools List<GoogleCloudAiplatformV1Tool>?
A list of Tools the model may use to generate the next response.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited