Class TensorFlowVersionName.Builder (2.36.0)

public static class TensorFlowVersionName.Builder

Builder for projects/{project}/locations/{location}/tensorFlowVersions/{tensor_flow_version}.

Inheritance

java.lang.Object > TensorFlowVersionName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public TensorFlowVersionName build()
Returns
TypeDescription
TensorFlowVersionName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getTensorFlowVersion()

public String getTensorFlowVersion()
Returns
TypeDescription
String

setLocation(String location)

public TensorFlowVersionName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
TensorFlowVersionName.Builder

setProject(String project)

public TensorFlowVersionName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
TensorFlowVersionName.Builder

setTensorFlowVersion(String tensorFlowVersion)

public TensorFlowVersionName.Builder setTensorFlowVersion(String tensorFlowVersion)
Parameter
NameDescription
tensorFlowVersionString
Returns
TypeDescription
TensorFlowVersionName.Builder