Class FeatureOnlineStoreServiceConnection (2.21.0)

This interface defines virtual methods for each of the user-facing overload sets in FeatureOnlineStoreServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type FeatureOnlineStoreServiceClient.

To create a concrete instance, see MakeFeatureOnlineStoreServiceConnection().

For mocking, see aiplatform_v1_mocks::MockFeatureOnlineStoreServiceConnection.

Functions

virtual options()

Returns
TypeDescription
Options

virtual FetchFeatureValues(google::cloud::aiplatform::v1::FetchFeatureValuesRequest const &)

Parameter
NameDescription
request google::cloud::aiplatform::v1::FetchFeatureValuesRequest const &
Returns
TypeDescription
StatusOr< google::cloud::aiplatform::v1::FetchFeatureValuesResponse >