GoogleCloudAiplatformV1WriteFeatureValuesPayload class
Contains Feature values to be written for a specific entity.
Constructors
-
GoogleCloudAiplatformV1WriteFeatureValuesPayload({String? entityId, Map<
String, GoogleCloudAiplatformV1FeatureValue> ? featureValues}) - GoogleCloudAiplatformV1WriteFeatureValuesPayload.fromJson(Map json_)
Properties
- entityId ↔ String?
-
The ID of the entity.
getter/setter pair
-
featureValues
↔ Map<
String, GoogleCloudAiplatformV1FeatureValue> ? -
Feature values to be written, mapping from Feature ID to value.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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