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."],[[["The latest version of the Google.Cloud.Retail.V2.PredictionService is 2.12.0, with multiple prior versions available, including the current 2.10.0 and ranging down to 1.0.0."],["This documentation provides reference and code samples for the Retail v2 API class PredictionService, which is used for making recommendation predictions."],["The PredictionService class inherits from the object class and resides within the Google.Cloud.Retail.V2 namespace, in the Google.Cloud.Retail.V2.dll assembly."],["The `BindService` methods allow the creation of a service definition and registration of service methods, enabling server-side handling of the PredictionService."],["There are two overloads of the `BindService` methods, one allowing for the creation of a service definition using a PredictionServiceBase implementation, and the other for binding the methods of a service binder base."]]],[]]