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-03-21 UTC."],[[["This webpage documents the `PredictionService` class, part of the Google Cloud AutoML V1 API, version 2.4.0."],["The `PredictionService` class, which inherits from the `Object` class, is part of the `Google.Cloud.AutoML.V1` namespace and is located in the `Google.Cloud.AutoML.V1.dll` assembly."],["The AutoML Prediction API accepts string parameters in either snake_case or kebab-case."],["The page details two `BindService` methods, one that creates a service definition and another that registers service methods, both used for server-side handling logic."],["The documentation provides links to the different versions of the AutoML V1 API available, ranging from version 2.2.0 up to the latest version 3.4.0."]]],[]]