Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::FetchFeatureValuesResponse (v0.63.0)

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

Response message for FeatureOnlineStoreService.FetchFeatureValues

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_key

def data_key() -> ::Google::Cloud::AIPlatform::V1::FeatureViewDataKey
Returns

#data_key=

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

#key_values

def key_values() -> ::Google::Cloud::AIPlatform::V1::FetchFeatureValuesResponse::FeatureNameValuePairList
Returns

#key_values=

def key_values=(value) -> ::Google::Cloud::AIPlatform::V1::FetchFeatureValuesResponse::FeatureNameValuePairList
Parameter
Returns

#proto_struct

def proto_struct() -> ::Google::Protobuf::Struct
Returns
  • (::Google::Protobuf::Struct) — Feature values in proto Struct format.

    Note: The following fields are mutually exclusive: proto_struct, key_values. If a field in that set is populated, all other fields in the set will automatically be cleared.

#proto_struct=

def proto_struct=(value) -> ::Google::Protobuf::Struct
Parameter
  • value (::Google::Protobuf::Struct) — Feature values in proto Struct format.

    Note: The following fields are mutually exclusive: proto_struct, key_values. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Protobuf::Struct) — Feature values in proto Struct format.

    Note: The following fields are mutually exclusive: proto_struct, key_values. If a field in that set is populated, all other fields in the set will automatically be cleared.