Package com.google.cloud.automl.v1beta1
Class ModelEvaluationName.Builder
- java.lang.Object
-
- com.google.cloud.automl.v1beta1.ModelEvaluationName.Builder
-
- Enclosing class:
- ModelEvaluationName
public static class ModelEvaluationName.Builder extends Object
Builder for projects/{project}/locations/{location}/models/{model}/modelEvaluations/{model_evaluation}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelEvaluationName
build()
String
getLocation()
String
getModel()
String
getModelEvaluation()
String
getProject()
ModelEvaluationName.Builder
setLocation(String location)
ModelEvaluationName.Builder
setModel(String model)
ModelEvaluationName.Builder
setModelEvaluation(String modelEvaluation)
ModelEvaluationName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getModel
public String getModel()
-
getModelEvaluation
public String getModelEvaluation()
-
setProject
public ModelEvaluationName.Builder setProject(String project)
-
setLocation
public ModelEvaluationName.Builder setLocation(String location)
-
setModel
public ModelEvaluationName.Builder setModel(String model)
-
setModelEvaluation
public ModelEvaluationName.Builder setModelEvaluation(String modelEvaluation)
-
build
public ModelEvaluationName build()
-
-