public static void BindService(ServiceBinderBase serviceBinder, Tpu.TpuBase 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-07 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eTpu\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Tpu.V1\u003c/code\u003e namespace, which is part of the Cloud TPU v1 API, used for managing TPU nodes and related resources.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eTpu\u003c/code\u003e class API is 2.4.0, and there are several previous versions available, ranging from 1.0.0 to 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTpu\u003c/code\u003e class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and includes methods such as \u003ccode\u003eBindService\u003c/code\u003e for creating service definitions and registering service methods, specifically for server-side logic implementation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method has two overloads for different levels of service registration flexibility, one with a \u003ccode\u003eTpuBase\u003c/code\u003e implementation, and another that also takes a \u003ccode\u003eServiceBinderBase\u003c/code\u003e for more advanced customization.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTpu\u003c/code\u003e API is implemented within the \u003ccode\u003eGoogle.Cloud.Tpu.V1.dll\u003c/code\u003e assembly, and the class definition is \u003ccode\u003epublic static class Tpu\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Cloud TPU v1 API - Class Tpu (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Tpu.V1/latest/Google.Cloud.Tpu.V1.Tpu)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/2.3.0/Google.Cloud.Tpu.V1.Tpu)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/2.2.0/Google.Cloud.Tpu.V1.Tpu)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/2.1.0/Google.Cloud.Tpu.V1.Tpu)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/2.0.0/Google.Cloud.Tpu.V1.Tpu)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/1.1.0/Google.Cloud.Tpu.V1.Tpu)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/1.0.0/Google.Cloud.Tpu.V1.Tpu) \n\n public static class Tpu\n\nReference documentation and code samples for the Cloud TPU v1 API class Tpu.\n\nManages TPU nodes and other resources\n\nTPU API v1 \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Tpu \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.Tpu.V1](/dotnet/docs/reference/Google.Cloud.Tpu.V1/latest/Google.Cloud.Tpu.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Tpu.V1.dll\n\nMethods\n-------\n\n### BindService(TpuBase)\n\n public static ServerServiceDefinition BindService(Tpu.TpuBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, TpuBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, Tpu.TpuBase 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."]]