public class PredictionServiceClient : ClientBase<PredictionService.PredictionServiceClient>Client for PredictionService
Inheritance
System.Object > Grpc.Core.ClientBase > Grpc.Core.ClientBase<PredictionService.PredictionServiceClient> > PredictionService.PredictionServiceClientNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.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 |
Grpc.Core.CallInvokerThe callInvoker to use to make remote calls. |
PredictionServiceClient(ChannelBase)
public PredictionServiceClient(ChannelBase channel)Creates a new client for PredictionService
| Parameter | |
|---|---|
| Name | Description |
channel |
Grpc.Core.ChannelBaseThe channel to use to make remote calls. |
PredictionServiceClient(ClientBase.ClientBaseConfiguration)
protected PredictionServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
Grpc.Core.ClientBase.ClientBaseConfigurationThe client configuration. |
Methods
NewInstance(ClientBase.ClientBaseConfiguration)
protected override PredictionService.PredictionServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
Grpc.Core.ClientBase.ClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
PredictionService.PredictionServiceClient |
|
Predict(PredictRequest, CallOptions)
public virtual PredictResponse Predict(PredictRequest request, CallOptions options)Makes a recommendation prediction.
| Parameters | |
|---|---|
| Name | Description |
request |
PredictRequestThe request to send to the server. |
options |
Grpc.Core.CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
PredictResponse |
The response received from the server. |
Predict(PredictRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual PredictResponse Predict(PredictRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))Makes a recommendation prediction.
| Parameters | |
|---|---|
| Name | Description |
request |
PredictRequestThe request to send to the server. |
headers |
Grpc.Core.MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.Nullable<System.DateTime>An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
System.Threading.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.
| Parameters | |
|---|---|
| Name | Description |
request |
PredictRequestThe request to send to the server. |
options |
Grpc.Core.CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Grpc.Core.AsyncUnaryCall<PredictResponse> |
The call object. |
PredictAsync(PredictRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<PredictResponse> PredictAsync(PredictRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))Makes a recommendation prediction.
| Parameters | |
|---|---|
| Name | Description |
request |
PredictRequestThe request to send to the server. |
headers |
Grpc.Core.MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.Nullable<System.DateTime>An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
System.Threading.CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Grpc.Core.AsyncUnaryCall<PredictResponse> |
The call object. |