GoogleCloudAiplatformV1FeatureValue class
Value for a feature.
Constructors
- GoogleCloudAiplatformV1FeatureValue({GoogleCloudAiplatformV1BoolArray? boolArrayValue, bool? boolValue, String? bytesValue, GoogleCloudAiplatformV1DoubleArray? doubleArrayValue, double? doubleValue, GoogleCloudAiplatformV1Int64Array? int64ArrayValue, String? int64Value, GoogleCloudAiplatformV1FeatureValueMetadata? metadata, GoogleCloudAiplatformV1StringArray? stringArrayValue, String? stringValue, GoogleCloudAiplatformV1StructValue? structValue})
- GoogleCloudAiplatformV1FeatureValue.fromJson(Map json_)
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
- structValue ↔ GoogleCloudAiplatformV1StructValue?
-
A struct type 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