Class ModelEvaluationSliceName (3.44.0)

public class ModelEvaluationSliceName implements ResourceName

Inheritance

Object > ModelEvaluationSliceName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String model, String evaluation, String slice)

public static String format(String project, String location, String model, String evaluation, String slice)
Parameters
Name Description
project String
location String
model String
evaluation String
slice String
Returns
Type Description
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
boolean

newBuilder()

public static ModelEvaluationSliceName.Builder newBuilder()
Returns
Type Description
ModelEvaluationSliceName.Builder

of(String project, String location, String model, String evaluation, String slice)

public static ModelEvaluationSliceName of(String project, String location, String model, String evaluation, String slice)
Parameters
Name Description
project String
location String
model String
evaluation String
slice String
Returns
Type Description
ModelEvaluationSliceName

parse(String formattedString)

public static ModelEvaluationSliceName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
ModelEvaluationSliceName

parseList(List<String> formattedStrings)

public static List<ModelEvaluationSliceName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<ModelEvaluationSliceName>

toStringList(List<ModelEvaluationSliceName> values)

public static List<String> toStringList(List<ModelEvaluationSliceName> values)
Parameter
Name Description
values List<ModelEvaluationSliceName>
Returns
Type Description
List<String>

Constructors

ModelEvaluationSliceName() (deprecated)

protected ModelEvaluationSliceName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getEvaluation()

public String getEvaluation()
Returns
Type Description
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
Name Description
fieldName String
Returns
Type Description
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
Type Description
Map<String,String>

getLocation()

public String getLocation()
Returns
Type Description
String

getModel()

public String getModel()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getSlice()

public String getSlice()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public ModelEvaluationSliceName.Builder toBuilder()
Returns
Type Description
ModelEvaluationSliceName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides