Uses of Class
com.google.cloud.tpu.v1.TensorFlowVersionName
-
Packages that use TensorFlowVersionName Package Description com.google.cloud.tpu.v1 A client to Cloud TPU API -
-
Uses of TensorFlowVersionName in com.google.cloud.tpu.v1
Methods in com.google.cloud.tpu.v1 that return TensorFlowVersionName Modifier and Type Method Description TensorFlowVersionName
TensorFlowVersionName.Builder. build()
static TensorFlowVersionName
TensorFlowVersionName. of(String project, String location, String tensorFlowVersion)
static TensorFlowVersionName
TensorFlowVersionName. parse(String formattedString)
Methods in com.google.cloud.tpu.v1 that return types with arguments of type TensorFlowVersionName Modifier and Type Method Description static List<TensorFlowVersionName>
TensorFlowVersionName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.tpu.v1 with parameters of type TensorFlowVersionName Modifier and Type Method Description TensorFlowVersion
TpuClient. getTensorFlowVersion(TensorFlowVersionName name)
Gets TensorFlow Version.TpuClient.ListTensorFlowVersionsPagedResponse
TpuClient. listTensorFlowVersions(TensorFlowVersionName parent)
List TensorFlow versions supported by this API.Method parameters in com.google.cloud.tpu.v1 with type arguments of type TensorFlowVersionName Modifier and Type Method Description static List<String>
TensorFlowVersionName. toStringList(List<TensorFlowVersionName> values)
-