Class WriteFeatureValuesPayload (1.48.0)

WriteFeatureValuesPayload(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Contains Feature values to be written for a specific entity.

Attributes

NameDescription
entity_id str
Required. The ID of the entity.
feature_values MutableMapping[str, google.cloud.aiplatform_v1beta1.types.FeatureValue]
Required. Feature values to be written, mapping from Feature ID to value. Up to 100,000 feature_values entries may be written across all payloads. The feature generation time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

Classes

FeatureValuesEntry

FeatureValuesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

Methods

WriteFeatureValuesPayload

WriteFeatureValuesPayload(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Contains Feature values to be written for a specific entity.