Class TensorboardExperimentName (3.7.0)

public class TensorboardExperimentName implements ResourceName

Inheritance

Object > TensorboardExperimentName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String tensorboard, String experiment)

public static String format(String project, String location, String tensorboard, String experiment)
Parameters
NameDescription
projectString
locationString
tensorboardString
experimentString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static TensorboardExperimentName.Builder newBuilder()
Returns
TypeDescription
TensorboardExperimentName.Builder

of(String project, String location, String tensorboard, String experiment)

public static TensorboardExperimentName of(String project, String location, String tensorboard, String experiment)
Parameters
NameDescription
projectString
locationString
tensorboardString
experimentString
Returns
TypeDescription
TensorboardExperimentName

parse(String formattedString)

public static TensorboardExperimentName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
TensorboardExperimentName

parseList(List<String> formattedStrings)

public static List<TensorboardExperimentName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<TensorboardExperimentName>

toStringList(List<TensorboardExperimentName> values)

public static List<String> toStringList(List<TensorboardExperimentName> values)
Parameter
NameDescription
valuesList<TensorboardExperimentName>
Returns
TypeDescription
List<String>

Constructors

TensorboardExperimentName()

protected TensorboardExperimentName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getExperiment()

public String getExperiment()
Returns
TypeDescription
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getTensorboard()

public String getTensorboard()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public TensorboardExperimentName.Builder toBuilder()
Returns
TypeDescription
TensorboardExperimentName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides