public static void BindService(ServiceBinderBase serviceBinder, JobService.JobServiceBase 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 `JobService` class, which is part of the Vertex AI v1beta1 API and is designed for managing Vertex AI jobs."],["The `JobService` class, residing within the `Google.Cloud.AIPlatform.V1Beta1` namespace, inherits from the base `object` class and has inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["Two methods are detailed within `JobService`: `BindService(JobServiceBase)`, which creates a service definition for registration with a server, and `BindService(ServiceBinderBase, JobServiceBase)`, which allows for the registration of a service method with a binder, potentially without any implementation."],["The latest version of `JobService` is 1.0.0-beta21, although version 1.0.0-beta20 is also referenced in the documentation."]]],[]]