public static void BindService(ServiceBinderBase serviceBinder, ModelGardenService.ModelGardenServiceBase 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-25 UTC."],[[["This document provides reference documentation for the `ModelGardenService` class within the Google Cloud AI Platform v1beta1 API, specifically for the .NET environment."],["The `ModelGardenService` class is an interface, inheriting from the `object` class, and provides access to various inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `BindService` method can be used to create a service definition for server registration, which accepts a `ModelGardenServiceBase` object that contains the server-side logic."],["Another `BindService` method is available to register a service method with a `ServiceBinderBase` object, which allows for customized service binding logic."],["The namespace for this service is `Google.Cloud.AIPlatform.V1Beta1`, and it is part of the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, with the latest version being `1.0.0-beta21`."]]],[]]