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 details the `PredictionService` class within the `Google.Cloud.AutoML.V1` namespace, specifically version 2.6.0, along with links to various other versions."],["The `PredictionService` class is part of the AutoML Prediction API and it accepts either snake_case or dash-case string parameters."],["The page outlines that `PredictionService` inherits from the `Object` class, with access to several inherited methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` method is provided to create or register a service definition with a server, with a variation of the method allowing service method binding through a `ServiceBinderBase` object."],["The `BindService` methods take an object of type `PredictionService.PredictionServiceBase` to implement server side handling logic."]]],[]]