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-01 UTC."],[[["The latest version of the Google Cloud Retail v2 API's PredictionService is version 2.12.0, with older versions back to 1.0.0 also accessible."],["The `PredictionService` class provides functionality for making recommendation predictions within the Retail v2 API."],["`PredictionService` class inherits from the base `Object` class, with the ability to call inherited methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` methods allow for registering the `PredictionService` with a server, with one version taking a `PredictionService.PredictionServiceBase` object, and another taking both `ServiceBinderBase` and `PredictionService.PredictionServiceBase` as parameters."],["The namespace for this class is `Google.Cloud.Retail.V2` and it is contained in the `Google.Cloud.Retail.V2.dll` assembly."]]],[]]