GoogleCloudAiplatformV1FeatureValue class

Value for a feature.

Properties

boolArrayValue GoogleCloudAiplatformV1BoolArray?
A list of bool type feature value.
getter/setter pair
boolValue bool?
Bool type feature value.
getter/setter pair
bytesValue String?
Bytes feature value.
getter/setter pair
bytesValueAsBytes List<int>
getter/setter pair
doubleArrayValue GoogleCloudAiplatformV1DoubleArray?
A list of double type feature value.
getter/setter pair
doubleValue double?
Double type feature value.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
int64ArrayValue GoogleCloudAiplatformV1Int64Array?
A list of int64 type feature value.
getter/setter pair
int64Value String?
Int64 feature value.
getter/setter pair
metadata GoogleCloudAiplatformV1FeatureValueMetadata?
Metadata of feature value.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringArrayValue GoogleCloudAiplatformV1StringArray?
A list of string type feature value.
getter/setter pair
stringValue String?
String feature value.
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