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 document provides details on the `PredictionService` class, which is used for making recommendation predictions within the `Google.Cloud.RecommendationEngine.V1Beta1` namespace."],["The latest version of `PredictionService` is `2.0.0-beta06`, and it is inheriting members from the `Object` class."],["The `PredictionService` class offers two `BindService` methods for creating service definitions and registering service methods with or without implementation."],["The `BindService` methods take a `serviceImpl` parameter, which requires an object implementing the server-side handling logic via `PredictionService.PredictionServiceBase`."],["There are other previous versions available for use such as `2.0.0-beta05` and `1.0.0-beta03`."]]],[]]