Package com.google.cloud.tpu.v1
Class TensorFlowVersionName.Builder
- java.lang.Object
-
- com.google.cloud.tpu.v1.TensorFlowVersionName.Builder
-
- Enclosing class:
- TensorFlowVersionName
public static class TensorFlowVersionName.Builder extends Object
Builder for projects/{project}/locations/{location}/tensorFlowVersions/{tensor_flow_version}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TensorFlowVersionName
build()
String
getLocation()
String
getProject()
String
getTensorFlowVersion()
TensorFlowVersionName.Builder
setLocation(String location)
TensorFlowVersionName.Builder
setProject(String project)
TensorFlowVersionName.Builder
setTensorFlowVersion(String tensorFlowVersion)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getTensorFlowVersion
public String getTensorFlowVersion()
-
setProject
public TensorFlowVersionName.Builder setProject(String project)
-
setLocation
public TensorFlowVersionName.Builder setLocation(String location)
-
setTensorFlowVersion
public TensorFlowVersionName.Builder setTensorFlowVersion(String tensorFlowVersion)
-
build
public TensorFlowVersionName build()
-
-