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."],[[["The latest version of the Google.Cloud.AutoML.V1.PredictionService API is 3.4.0, with several previous versions available for reference, down to version 2.2.0."],["The PredictionService class, part of the Google.Cloud.AutoML.V1 namespace, serves as the AutoML Prediction API."],["It accepts string parameters in either snake_case or dash-case format, for input that requires it, and inherits functionalities from the Object class."],["The PredictionService class provides two `BindService` methods for creating and registering service definitions, one for use with an implementation object, and the other with a `ServiceBinderBase` object for customization of service binding."],["The assembly of this class is the Google.Cloud.AutoML.V1.dll."]]],[]]