Class TensorboardName.Builder (3.42.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
TypeDescription
TensorboardName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getTensorboard()

public String getTensorboard()
Returns
TypeDescription
String

setLocation(String location)

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

setProject(String project)

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

setTensorboard(String tensorboard)

public TensorboardName.Builder setTensorboard(String tensorboard)
Parameter
NameDescription
tensorboardString
Returns
TypeDescription
TensorboardName.Builder