Cloud AI Platform v1 API - Class FeatureOnlineStoreServiceClientImpl (2.27.0)

public sealed class FeatureOnlineStoreServiceClientImpl : FeatureOnlineStoreServiceClient

Reference documentation and code samples for the Cloud AI Platform v1 API class FeatureOnlineStoreServiceClientImpl.

FeatureOnlineStoreService client wrapper implementation, for convenient use.

Inheritance

object > FeatureOnlineStoreServiceClient > FeatureOnlineStoreServiceClientImpl

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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
NameDescription
grpcClientFeatureOnlineStoreServiceFeatureOnlineStoreServiceClient

The underlying gRPC client.

settingsFeatureOnlineStoreServiceSettings

The base FeatureOnlineStoreServiceSettings used within this client.

loggerILogger

Optional ILogger to use within this client.

Properties

GrpcClient

public override FeatureOnlineStoreService.FeatureOnlineStoreServiceClient GrpcClient { get; }

The underlying gRPC FeatureOnlineStoreService client

Property Value
TypeDescription
FeatureOnlineStoreServiceFeatureOnlineStoreServiceClient
Overrides

IAMPolicyClient

public override IAMPolicyClient IAMPolicyClient { get; }

The IAMPolicyClient associated with this client.

Property Value
TypeDescription
IAMPolicyClient
Overrides

LocationsClient

public override LocationsClient LocationsClient { get; }

The LocationsClient associated with this client.

Property Value
TypeDescription
LocationsClient
Overrides

Methods

FetchFeatureValues(FetchFeatureValuesRequest, CallSettings)

public override FetchFeatureValuesResponse FetchFeatureValues(FetchFeatureValuesRequest request, CallSettings callSettings = null)

Fetch feature values under a FeatureView.

Parameters
NameDescription
requestFetchFeatureValuesRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
FetchFeatureValuesResponse

The RPC response.

Overrides

FetchFeatureValuesAsync(FetchFeatureValuesRequest, CallSettings)

public override Task<FetchFeatureValuesResponse> FetchFeatureValuesAsync(FetchFeatureValuesRequest request, CallSettings callSettings = null)

Fetch feature values under a FeatureView.

Parameters
NameDescription
requestFetchFeatureValuesRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskFetchFeatureValuesResponse

A Task containing the RPC response.

Overrides

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
NameDescription
requestSearchNearestEntitiesRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
SearchNearestEntitiesResponse

The RPC response.

Overrides

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
NameDescription
requestSearchNearestEntitiesRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskSearchNearestEntitiesResponse

A Task containing the RPC response.

Overrides