Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::WriteFeatureValuesPayload (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::WriteFeatureValuesPayload.

Contains Feature values to be written for a specific entity.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entity_id

def entity_id() -> ::String
Returns
  • (::String) — Required. The ID of the entity.

#entity_id=

def entity_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID of the entity.
Returns
  • (::String) — Required. The ID of the entity.

#feature_values

def feature_values() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::AIPlatform::V1::FeatureValue}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::AIPlatform::V1::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.

#feature_values=

def feature_values=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::AIPlatform::V1::FeatureValue}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Google::Cloud::AIPlatform::V1::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.
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::AIPlatform::V1::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.