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 document provides reference documentation for the `PredictionService` class within the Google AutoML v1 API, which is used for handling prediction requests."],["The `PredictionService` class is part of the `Google.Cloud.AutoML.V1` namespace and is located in the `Google.Cloud.AutoML.V1.dll` assembly."],["Multiple versions of the `PredictionService` API are available, ranging from version 2.2.0 to the latest version 3.4.0, with the current page specifically highlighting version 3.1.0."],["The `PredictionService` class inherits from the base `Object` class and includes methods for binding the service, specifically `BindService`, which can be used to create a service definition."],["The documentation indicates that either snake_case or dash-case formats are acceptable for string parameters in the API."]]],[]]