GoogleCloudAiplatformV1NearestNeighborQueryStringFilter class

String filter is used to search a subset of the entities by using boolean rules on string columns.

For example: if a query specifies string filter with 'name = color, allow_tokens = {red, blue}, deny_tokens = {purple}',' then that query will match entities that are red or blue, but if those points are also purple, then they will be excluded even if they are red/blue. Only string filter is supported for now, numeric filter will be supported in the near future.

Properties

allowTokens List<String>?
The allowed tokens.
getter/setter pair
denyTokens List<String>?
The denied tokens.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Column names in BigQuery that used as filters.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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