@Generated(value="by gapic-generator-java") public class ModelEvaluationName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
ModelEvaluationName.Builder
Builder for projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ModelEvaluationName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String model,
String evaluation) |
String |
getEvaluation() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getModel() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static ModelEvaluationName.Builder |
newBuilder() |
static ModelEvaluationName |
of(String project,
String location,
String model,
String evaluation) |
static ModelEvaluationName |
parse(String formattedString) |
static List<ModelEvaluationName> |
parseList(List<String> formattedStrings) |
ModelEvaluationName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<ModelEvaluationName> values) |
@Deprecated protected ModelEvaluationName()
public String getProject()
public String getLocation()
public String getModel()
public String getEvaluation()
public static ModelEvaluationName.Builder newBuilder()
public ModelEvaluationName.Builder toBuilder()
public static ModelEvaluationName of(String project, String location, String model, String evaluation)
public static String format(String project, String location, String model, String evaluation)
public static ModelEvaluationName parse(String formattedString)
public static List<ModelEvaluationName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<ModelEvaluationName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2025 Google LLC. All rights reserved.