Class TpuStub (2.43.0)

public abstract class TpuStub implements BackgroundResource

Base stub class for the Tpu service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > TpuStub

Implements

BackgroundResource

Constructors

TpuStub()

public TpuStub()

Methods

close()

public abstract void close()

createNodeCallable()

public UnaryCallable<CreateNodeRequest,Operation> createNodeCallable()
Returns
Type Description
UnaryCallable<CreateNodeRequest,Operation>

createNodeOperationCallable()

public OperationCallable<CreateNodeRequest,Node,OperationMetadata> createNodeOperationCallable()
Returns
Type Description
OperationCallable<CreateNodeRequest,Node,OperationMetadata>

deleteNodeCallable()

public UnaryCallable<DeleteNodeRequest,Operation> deleteNodeCallable()
Returns
Type Description
UnaryCallable<DeleteNodeRequest,Operation>

deleteNodeOperationCallable()

public OperationCallable<DeleteNodeRequest,Node,OperationMetadata> deleteNodeOperationCallable()
Returns
Type Description
OperationCallable<DeleteNodeRequest,Node,OperationMetadata>

getAcceleratorTypeCallable()

public UnaryCallable<GetAcceleratorTypeRequest,AcceleratorType> getAcceleratorTypeCallable()
Returns
Type Description
UnaryCallable<GetAcceleratorTypeRequest,AcceleratorType>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getNodeCallable()

public UnaryCallable<GetNodeRequest,Node> getNodeCallable()
Returns
Type Description
UnaryCallable<GetNodeRequest,Node>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

getTensorFlowVersionCallable()

public UnaryCallable<GetTensorFlowVersionRequest,TensorFlowVersion> getTensorFlowVersionCallable()
Returns
Type Description
UnaryCallable<GetTensorFlowVersionRequest,TensorFlowVersion>

listAcceleratorTypesCallable()

public UnaryCallable<ListAcceleratorTypesRequest,ListAcceleratorTypesResponse> listAcceleratorTypesCallable()
Returns
Type Description
UnaryCallable<ListAcceleratorTypesRequest,ListAcceleratorTypesResponse>

listAcceleratorTypesPagedCallable()

public UnaryCallable<ListAcceleratorTypesRequest,TpuClient.ListAcceleratorTypesPagedResponse> listAcceleratorTypesPagedCallable()
Returns
Type Description
UnaryCallable<ListAcceleratorTypesRequest,ListAcceleratorTypesPagedResponse>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,TpuClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listNodesCallable()

public UnaryCallable<ListNodesRequest,ListNodesResponse> listNodesCallable()
Returns
Type Description
UnaryCallable<ListNodesRequest,ListNodesResponse>

listNodesPagedCallable()

public UnaryCallable<ListNodesRequest,TpuClient.ListNodesPagedResponse> listNodesPagedCallable()
Returns
Type Description
UnaryCallable<ListNodesRequest,ListNodesPagedResponse>

listTensorFlowVersionsCallable()

public UnaryCallable<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse> listTensorFlowVersionsCallable()
Returns
Type Description
UnaryCallable<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse>

listTensorFlowVersionsPagedCallable()

public UnaryCallable<ListTensorFlowVersionsRequest,TpuClient.ListTensorFlowVersionsPagedResponse> listTensorFlowVersionsPagedCallable()
Returns
Type Description
UnaryCallable<ListTensorFlowVersionsRequest,ListTensorFlowVersionsPagedResponse>

reimageNodeCallable()

public UnaryCallable<ReimageNodeRequest,Operation> reimageNodeCallable()
Returns
Type Description
UnaryCallable<ReimageNodeRequest,Operation>

reimageNodeOperationCallable()

public OperationCallable<ReimageNodeRequest,Node,OperationMetadata> reimageNodeOperationCallable()
Returns
Type Description
OperationCallable<ReimageNodeRequest,Node,OperationMetadata>

startNodeCallable()

public UnaryCallable<StartNodeRequest,Operation> startNodeCallable()
Returns
Type Description
UnaryCallable<StartNodeRequest,Operation>

startNodeOperationCallable()

public OperationCallable<StartNodeRequest,Node,OperationMetadata> startNodeOperationCallable()
Returns
Type Description
OperationCallable<StartNodeRequest,Node,OperationMetadata>

stopNodeCallable()

public UnaryCallable<StopNodeRequest,Operation> stopNodeCallable()
Returns
Type Description
UnaryCallable<StopNodeRequest,Operation>

stopNodeOperationCallable()

public OperationCallable<StopNodeRequest,Node,OperationMetadata> stopNodeOperationCallable()
Returns
Type Description
OperationCallable<StopNodeRequest,Node,OperationMetadata>