featureValues property

Map<String, GoogleCloudAiplatformV1FeatureValue>? featureValues
getter/setter pair

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.

Required.

Implementation

core.Map<core.String, GoogleCloudAiplatformV1FeatureValue>? featureValues;