Class TensorboardName.Builder (3.44.0)

public static class TensorboardName.Builder

Builder for projects/{project}/locations/{location}/tensorboards/{tensorboard}.

Inheritance

java.lang.Object > TensorboardName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public TensorboardName build()
Returns
Type Description
TensorboardName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getTensorboard()

public String getTensorboard()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setTensorboard(String tensorboard)

public TensorboardName.Builder setTensorboard(String tensorboard)
Parameter
Name Description
tensorboard String
Returns
Type Description
TensorboardName.Builder