Package com.google.cloud.tpu.v1
Class TpuGrpc.TpuImplBase
- java.lang.Object
-
- com.google.cloud.tpu.v1.TpuGrpc.TpuImplBase
-
- All Implemented Interfaces:
TpuGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- TpuGrpc
public abstract static class TpuGrpc.TpuImplBase extends Object implements io.grpc.BindableService, TpuGrpc.AsyncService
Base class for the server implementation of the service Tpu.Manages TPU nodes and other resources TPU API v1
-
-
Constructor Summary
Constructors Constructor Description TpuImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.tpu.v1.TpuGrpc.AsyncService
createNode, deleteNode, getAcceleratorType, getNode, getTensorFlowVersion, listAcceleratorTypes, listNodes, listTensorFlowVersions, reimageNode, startNode, stopNode
-
-