Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse::EntityView::Data (v0.9.1)

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

Container to hold value(s), successive in time, for one Feature from the request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#value

def value() -> ::Google::Cloud::AIPlatform::V1::FeatureValue
Returns

#value=

def value=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureValue
Parameter
Returns

#values

def values() -> ::Google::Cloud::AIPlatform::V1::FeatureValueList
Returns
  • (::Google::Cloud::AIPlatform::V1::FeatureValueList) — Feature values list if values, successive in time, are requested. If the requested number of values is greater than the number of existing Feature values, nonexistent values are omitted instead of being returned as empty.

#values=

def values=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureValueList
Parameter
  • value (::Google::Cloud::AIPlatform::V1::FeatureValueList) — Feature values list if values, successive in time, are requested. If the requested number of values is greater than the number of existing Feature values, nonexistent values are omitted instead of being returned as empty.
Returns
  • (::Google::Cloud::AIPlatform::V1::FeatureValueList) — Feature values list if values, successive in time, are requested. If the requested number of values is greater than the number of existing Feature values, nonexistent values are omitted instead of being returned as empty.