public sealed class FeatureOnlineStoreServiceClientImpl : FeatureOnlineStoreServiceClient
Reference documentation and code samples for the Cloud AI Platform 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 |
FeatureOnlineStoreServiceFeatureOnlineStoreServiceClient The underlying gRPC client. |
settings |
FeatureOnlineStoreServiceSettings The base FeatureOnlineStoreServiceSettings used within this client. |
logger |
ILogger Optional 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
FetchFeatureValues(FetchFeatureValuesRequest, CallSettings)
public override FetchFeatureValuesResponse FetchFeatureValues(FetchFeatureValuesRequest request, CallSettings callSettings = null)
Fetch feature values under a FeatureView.
Parameters | |
---|---|
Name | Description |
request |
FetchFeatureValuesRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If 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 |
FetchFeatureValuesRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskFetchFeatureValuesResponse |
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 |
SearchNearestEntitiesRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If 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 |
SearchNearestEntitiesRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If 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 |
CallSettings If not null, applies overrides to this RPC call. |
streamingSettings |
BidirectionalStreamingSettings If not null, applies streaming overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
FeatureOnlineStoreServiceClientStreamingFetchFeatureValuesStream |
The client-server stream. |