Uses of Class
com.google.cloud.tpu.v1.TpuSettings
-
Packages that use TpuSettings Package Description com.google.cloud.tpu.v1 A client to Cloud TPU API -
-
Uses of TpuSettings in com.google.cloud.tpu.v1
Methods in com.google.cloud.tpu.v1 that return TpuSettings Modifier and Type Method Description TpuSettings
TpuSettings.Builder. build()
static TpuSettings
TpuSettings. create(TpuStubSettings stub)
TpuSettings
TpuClient. getSettings()
Methods in com.google.cloud.tpu.v1 with parameters of type TpuSettings Modifier and Type Method Description static TpuClient
TpuClient. create(TpuSettings settings)
Constructs an instance of TpuClient, using the given settings.Constructors in com.google.cloud.tpu.v1 with parameters of type TpuSettings Constructor Description Builder(TpuSettings settings)
TpuClient(TpuSettings settings)
Constructs an instance of TpuClient, using the given settings.
-