WriteFeatureValuesRequest class final
Request message for
FeaturestoreOnlineServingService.WriteFeatureValues.
- Inheritance
-
- Object
- ProtoMessage
- WriteFeatureValuesRequest
Constructors
-
WriteFeatureValuesRequest({required String entityType, required List<
WriteFeatureValuesPayload> payloads}) - WriteFeatureValuesRequest.fromJson(Object? j)
-
factory
Properties
- entityType → String
-
Required. The resource name of the EntityType for the entities being
written. Value format:
projects/{project}/locations/{location}/featurestores/ {featurestore}/entityTypes/{entityType}. For example, for a machine learning model predicting user clicks on a website, an EntityType ID could beuser.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
payloads
→ List<
WriteFeatureValuesPayload> -
Required. The entities to be written. Up to 100,000 feature values can be
written across all
payloads.final - qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - 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(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String