GoogleCloudAiplatformV1IndexDatapointRestriction class
Restriction of a datapoint which describe its attributes(tokens) from each of several attribute categories(namespaces).
Constructors
-
GoogleCloudAiplatformV1IndexDatapointRestriction({List<
String> ? allowList, List<String> ? denyList, String? namespace}) - GoogleCloudAiplatformV1IndexDatapointRestriction.fromJson(Map json_)
Properties
-
allowList
↔ List<
String> ? -
The attributes to allow in this namespace.
getter/setter pair
-
denyList
↔ List<
String> ? -
The attributes to deny in this namespace.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- namespace ↔ String?
-
The namespace of this restriction.
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