Class TensorFlowVersionName.Builder (2.43.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
Type Description
TensorFlowVersionName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getTensorFlowVersion()

public String getTensorFlowVersion()
Returns
Type Description
String

setLocation(String location)

public TensorFlowVersionName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
TensorFlowVersionName.Builder

setProject(String project)

public TensorFlowVersionName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
TensorFlowVersionName.Builder

setTensorFlowVersion(String tensorFlowVersion)

public TensorFlowVersionName.Builder setTensorFlowVersion(String tensorFlowVersion)
Parameter
Name Description
tensorFlowVersion String
Returns
Type Description
TensorFlowVersionName.Builder