public sealed class FeatureOnlineStoreServiceClientImpl : FeatureOnlineStoreServiceClientReference documentation and code samples for the Vertex AI v1beta1 API class FeatureOnlineStoreServiceClientImpl.
FeatureOnlineStoreService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Remarks
A service for fetching feature values from the online store.
Constructors
FeatureOnlineStoreServiceClientImpl(FeatureOnlineStoreServiceClient, FeatureOnlineStoreServiceSettings, ILogger)
public FeatureOnlineStoreServiceClientImpl(FeatureOnlineStoreService.FeatureOnlineStoreServiceClient grpcClient, FeatureOnlineStoreServiceSettings settings, ILogger logger)Constructs a client wrapper for the FeatureOnlineStoreService service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
FeatureOnlineStoreServiceFeatureOnlineStoreServiceClientThe underlying gRPC client. |
settings |
FeatureOnlineStoreServiceSettingsThe base FeatureOnlineStoreServiceSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
GrpcClient
public override FeatureOnlineStoreService.FeatureOnlineStoreServiceClient GrpcClient { get; }The underlying gRPC FeatureOnlineStoreService client
| Property Value | |
|---|---|
| Type | Description |
FeatureOnlineStoreServiceFeatureOnlineStoreServiceClient |
|
IAMPolicyClient
public override IAMPolicyClient IAMPolicyClient { get; }The IAMPolicyClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
IAMPolicyClient |
|
LocationsClient
public override LocationsClient LocationsClient { get; }The LocationsClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
LocationsClient |
|
Methods
FeatureViewDirectWrite(CallSettings, BidirectionalStreamingSettings)
public override FeatureOnlineStoreServiceClient.FeatureViewDirectWriteStream FeatureViewDirectWrite(CallSettings callSettings = null, BidirectionalStreamingSettings streamingSettings = null)Bidirectional streaming RPC to directly write to feature values in a feature view. Requests may not have a one-to-one mapping to responses and responses may be returned out-of-order to reduce latency.
| Parameters | |
|---|---|
| Name | Description |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
streamingSettings |
BidirectionalStreamingSettingsIf not null, applies streaming overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStoreServiceClientFeatureViewDirectWriteStream |
The client-server stream. |
FetchFeatureValues(FetchFeatureValuesRequest, CallSettings)
public override FetchFeatureValuesResponse FetchFeatureValues(FetchFeatureValuesRequest request, CallSettings callSettings = null)Fetch feature values under a FeatureView.
| Parameters | |
|---|---|
| Name | Description |
request |
FetchFeatureValuesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
FetchFeatureValuesResponse |
The RPC response. |
FetchFeatureValuesAsync(FetchFeatureValuesRequest, CallSettings)
public override Task<FetchFeatureValuesResponse> FetchFeatureValuesAsync(FetchFeatureValuesRequest request, CallSettings callSettings = null)Fetch feature values under a FeatureView.
| Parameters | |
|---|---|
| Name | Description |
request |
FetchFeatureValuesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskFetchFeatureValuesResponse |
A Task containing the RPC response. |
GenerateFetchAccessToken(GenerateFetchAccessTokenRequest, CallSettings)
public override GenerateFetchAccessTokenResponse GenerateFetchAccessToken(GenerateFetchAccessTokenRequest request, CallSettings callSettings = null)RPC to generate an access token for the given feature view. FeatureViews under the same FeatureOnlineStore share the same access token.
| Parameters | |
|---|---|
| Name | Description |
request |
GenerateFetchAccessTokenRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
GenerateFetchAccessTokenResponse |
The RPC response. |
GenerateFetchAccessTokenAsync(GenerateFetchAccessTokenRequest, CallSettings)
public override Task<GenerateFetchAccessTokenResponse> GenerateFetchAccessTokenAsync(GenerateFetchAccessTokenRequest request, CallSettings callSettings = null)RPC to generate an access token for the given feature view. FeatureViews under the same FeatureOnlineStore share the same access token.
| Parameters | |
|---|---|
| Name | Description |
request |
GenerateFetchAccessTokenRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskGenerateFetchAccessTokenResponse |
A Task containing the RPC response. |
SearchNearestEntities(SearchNearestEntitiesRequest, CallSettings)
public override SearchNearestEntitiesResponse SearchNearestEntities(SearchNearestEntitiesRequest request, CallSettings callSettings = null)Search the nearest entities under a FeatureView. Search only works for indexable feature view; if a feature view isn't indexable, returns Invalid argument response.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchNearestEntitiesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
SearchNearestEntitiesResponse |
The RPC response. |
SearchNearestEntitiesAsync(SearchNearestEntitiesRequest, CallSettings)
public override Task<SearchNearestEntitiesResponse> SearchNearestEntitiesAsync(SearchNearestEntitiesRequest request, CallSettings callSettings = null)Search the nearest entities under a FeatureView. Search only works for indexable feature view; if a feature view isn't indexable, returns Invalid argument response.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchNearestEntitiesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskSearchNearestEntitiesResponse |
A Task containing the RPC response. |
StreamingFetchFeatureValues(CallSettings, BidirectionalStreamingSettings)
public override FeatureOnlineStoreServiceClient.StreamingFetchFeatureValuesStream StreamingFetchFeatureValues(CallSettings callSettings = null, BidirectionalStreamingSettings streamingSettings = null)Bidirectional streaming RPC to fetch feature values under a FeatureView. Requests may not have a one-to-one mapping to responses and responses may be returned out-of-order to reduce latency.
| Parameters | |
|---|---|
| Name | Description |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
streamingSettings |
BidirectionalStreamingSettingsIf not null, applies streaming overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStoreServiceClientStreamingFetchFeatureValuesStream |
The client-server stream. |