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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TensorFlowVersionNamebuild()StringgetLocation()StringgetProject()StringgetTensorFlowVersion()TensorFlowVersionName.BuildersetLocation(String location)TensorFlowVersionName.BuildersetProject(String project)TensorFlowVersionName.BuildersetTensorFlowVersion(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()
-
-