GoogleCloudAiplatformV1TokensInfo class
Tokens info with a list of tokens and the corresponding list of token ids.
Constructors
-
GoogleCloudAiplatformV1TokensInfo({List<
String> ? tokenIds, List<String> ? tokens}) - GoogleCloudAiplatformV1TokensInfo.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tokenIds
↔ List<
String> ? -
A list of token ids from the input.
getter/setter pair
-
tokens
↔ List<
String> ? -
A list of tokens from the input.
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