public static void BindService(ServiceBinderBase serviceBinder, PredictionService.PredictionServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This documentation covers the `PredictionService` class within the `Google.Cloud.Retail.V2` namespace, which is used for making recommendation predictions."],["The latest version available for `PredictionService` is 2.12.0, with version 2.11.0 being the current version displayed, and a history of older versions going back to 1.0.0 accessible via their respective links."],["The `PredictionService` class inherits from the `object` class and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The documentation details two methods for binding the `PredictionService`: `BindService(PredictionServiceBase)` and `BindService(ServiceBinderBase, PredictionServiceBase)`, both used for registering service definitions with a server."],["The `Google.Cloud.Retail.V2.dll` is the assembly for this version of `PredictionService`."]]],[]]