Cloud AI Platform v1beta1 API - Class FeatureOnlineStoreServiceClientImpl (1.0.0-beta03)

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.

Inheritance

object > FeatureOnlineStoreServiceClient > FeatureOnlineStoreServiceClientImpl

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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

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.

Overrides