public class PredictionService.PredictionServiceClient : ClientBase<PredictionService.PredictionServiceClient>Reference documentation and code samples for the Recommendations AI v1beta1 API class PredictionService.PredictionServiceClient.
Client for PredictionService
Inheritance
object > ClientBase > ClientBasePredictionServicePredictionServiceClient > PredictionService.PredictionServiceClientNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
PredictionServiceClient()
protected PredictionServiceClient()Protected parameterless constructor to allow creation of test doubles.
PredictionServiceClient(CallInvoker)
public PredictionServiceClient(CallInvoker callInvoker)Creates a new client for PredictionService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
PredictionServiceClient(ChannelBase)
public PredictionServiceClient(ChannelBase channel)Creates a new client for PredictionService
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
PredictionServiceClient(ClientBaseConfiguration)
protected PredictionServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
NewInstance(ClientBaseConfiguration)
protected override PredictionService.PredictionServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
PredictionServicePredictionServiceClient |
|
Predict(PredictRequest, CallOptions)
public virtual PredictResponse Predict(PredictRequest request, CallOptions options)Makes a recommendation prediction. If using API Key based authentication, the API Key must be registered using the [PredictionApiKeyRegistry][google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistry] service. Learn more.
| Parameters | |
|---|---|
| Name | Description |
request |
PredictRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
PredictResponse |
The response received from the server. |
Predict(PredictRequest, Metadata, DateTime?, CancellationToken)
public virtual PredictResponse Predict(PredictRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Makes a recommendation prediction. If using API Key based authentication, the API Key must be registered using the [PredictionApiKeyRegistry][google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistry] service. Learn more.
| Parameters | |
|---|---|
| Name | Description |
request |
PredictRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
PredictResponse |
The response received from the server. |
PredictAsync(PredictRequest, CallOptions)
public virtual AsyncUnaryCall<PredictResponse> PredictAsync(PredictRequest request, CallOptions options)Makes a recommendation prediction. If using API Key based authentication, the API Key must be registered using the [PredictionApiKeyRegistry][google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistry] service. Learn more.
| Parameters | |
|---|---|
| Name | Description |
request |
PredictRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPredictResponse |
The call object. |
PredictAsync(PredictRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<PredictResponse> PredictAsync(PredictRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Makes a recommendation prediction. If using API Key based authentication, the API Key must be registered using the [PredictionApiKeyRegistry][google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistry] service. Learn more.
| Parameters | |
|---|---|
| Name | Description |
request |
PredictRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPredictResponse |
The call object. |