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 TensorFlowVersionNameTensorFlowVersionName.Builder. build()static TensorFlowVersionNameTensorFlowVersionName. of(String project, String location, String tensorFlowVersion)static TensorFlowVersionNameTensorFlowVersionName. 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 TensorFlowVersionTpuClient. getTensorFlowVersion(TensorFlowVersionName name)Gets TensorFlow Version.TpuClient.ListTensorFlowVersionsPagedResponseTpuClient. 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)
-