Class TensorboardExperimentName.Builder (3.42.0)

public static class TensorboardExperimentName.Builder

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

Inheritance

java.lang.Object > TensorboardExperimentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public TensorboardExperimentName build()
Returns
TypeDescription
TensorboardExperimentName

getExperiment()

public String getExperiment()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getTensorboard()

public String getTensorboard()
Returns
TypeDescription
String

setExperiment(String experiment)

public TensorboardExperimentName.Builder setExperiment(String experiment)
Parameter
NameDescription
experimentString
Returns
TypeDescription
TensorboardExperimentName.Builder

setLocation(String location)

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

setProject(String project)

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

setTensorboard(String tensorboard)

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