Cloud AI Platform v1 API - Class FeatureOnlineStoreServiceClientImpl (3.0.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
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
Overrides

IAMPolicyClient

public override IAMPolicyClient IAMPolicyClient { get; }

The IAMPolicyClient associated with this client.

Property Value
Type Description
IAMPolicyClient
Overrides

LocationsClient

public override LocationsClient LocationsClient { get; }

The LocationsClient associated with this client.

Property Value
Type Description
LocationsClient
Overrides

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.

Overrides

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.

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
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.

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
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.

Overrides