GoogleCloudAiplatformV1IndexDatapointNumericRestriction class
This field allows restricts to be based on numeric comparisons rather than categorical tokens.
Constructors
- GoogleCloudAiplatformV1IndexDatapointNumericRestriction({String? namespace, String? op, double? valueDouble, double? valueFloat, String? valueInt})
- GoogleCloudAiplatformV1IndexDatapointNumericRestriction.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- namespace ↔ String?
-
The namespace of this restriction.
getter/setter pair
- op ↔ String?
-
This MUST be specified for queries and must NOT be specified for
datapoints.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- valueDouble ↔ double?
-
Represents 64 bit float.
getter/setter pair
- valueFloat ↔ double?
-
Represents 32 bit float.
getter/setter pair
- valueInt ↔ String?
-
Represents 64 bit integer.
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