public static void BindService(ServiceBinderBase serviceBinder, EndpointService.EndpointServiceBase 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eEndpointService\u003c/code\u003e class is part of the Vertex AI v1beta1 API, designed for managing Vertex AI Endpoints.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the .NET \u003ccode\u003eobject\u003c/code\u003e class and includes standard methods like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method creates a service definition that can be registered with a server, allowing server-side handling logic to be implemented.\u003c/p\u003e\n"],["\u003cp\u003eThe second \u003ccode\u003eBindService\u003c/code\u003e method allows for binding service methods with or without implementation, providing flexibility when customizing service binding.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eEndpointService\u003c/code\u003e class is \u003ccode\u003e1.0.0-beta21\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class EndpointService (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.EndpointService)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.EndpointService) \n\n public static class EndpointService\n\nReference documentation and code samples for the Vertex AI v1beta1 API class EndpointService.\n\nA service for managing Vertex AI's Endpoints. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e EndpointService \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nMethods\n-------\n\n### BindService(EndpointServiceBase)\n\n public static ServerServiceDefinition BindService(EndpointService.EndpointServiceBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, EndpointServiceBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, EndpointService.EndpointServiceBase serviceImpl)\n\nRegister service method with a service binder with or without implementation. Useful when customizing the service binding logic.\nNote: this method is part of an experimental API that can change or be removed without any prior notice."]]