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
- (::Google::Cloud::AIPlatform::V1::FeatureViewDataKey) — The data key associated with this response. Will only be populated for [FeatureOnlineStoreService.StreamingFetchFeatureValues][] RPCs.
#data_key=
def data_key=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureViewDataKey
- value (::Google::Cloud::AIPlatform::V1::FeatureViewDataKey) — The data key associated with this response. Will only be populated for [FeatureOnlineStoreService.StreamingFetchFeatureValues][] RPCs.
- (::Google::Cloud::AIPlatform::V1::FeatureViewDataKey) — The data key associated with this response. Will only be populated for [FeatureOnlineStoreService.StreamingFetchFeatureValues][] RPCs.
#key_values
def key_values() -> ::Google::Cloud::AIPlatform::V1::FetchFeatureValuesResponse::FeatureNameValuePairList
-
(::Google::Cloud::AIPlatform::V1::FetchFeatureValuesResponse::FeatureNameValuePairList) — Feature values in KeyValue format.
Note: The following fields are mutually exclusive:
key_values
,proto_struct
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#key_values=
def key_values=(value) -> ::Google::Cloud::AIPlatform::V1::FetchFeatureValuesResponse::FeatureNameValuePairList
-
value (::Google::Cloud::AIPlatform::V1::FetchFeatureValuesResponse::FeatureNameValuePairList) — Feature values in KeyValue format.
Note: The following fields are mutually exclusive:
key_values
,proto_struct
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::FetchFeatureValuesResponse::FeatureNameValuePairList) — Feature values in KeyValue format.
Note: The following fields are mutually exclusive:
key_values
,proto_struct
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#proto_struct
def proto_struct() -> ::Google::Protobuf::Struct
-
(::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
-
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.
-
(::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.