Uses of Class
com.google.cloud.automl.v1.ModelEvaluationName
-
Packages that use ModelEvaluationName Package Description com.google.cloud.automl.v1 A client to Cloud AutoML API -
-
Uses of ModelEvaluationName in com.google.cloud.automl.v1
Methods in com.google.cloud.automl.v1 that return ModelEvaluationName Modifier and Type Method Description ModelEvaluationName
ModelEvaluationName.Builder. build()
static ModelEvaluationName
ModelEvaluationName. of(String project, String location, String model, String modelEvaluation)
static ModelEvaluationName
ModelEvaluationName. parse(String formattedString)
Methods in com.google.cloud.automl.v1 that return types with arguments of type ModelEvaluationName Modifier and Type Method Description static List<ModelEvaluationName>
ModelEvaluationName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.automl.v1 with parameters of type ModelEvaluationName Modifier and Type Method Description ModelEvaluation
AutoMlClient. getModelEvaluation(ModelEvaluationName name)
Gets a model evaluation.Method parameters in com.google.cloud.automl.v1 with type arguments of type ModelEvaluationName Modifier and Type Method Description static List<String>
ModelEvaluationName. toStringList(List<ModelEvaluationName> values)
-