Class ModelEvaluationName.Builder
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.ModelEvaluationName.Builder
-
- Enclosing class:
- ModelEvaluationName
public static class ModelEvaluationName.Builder extends Object
Builder for projects/{project}/locations/{location}/models/{model}/evaluations/{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
getEvaluation()
String
getLocation()
String
getModel()
String
getProject()
ModelEvaluationName.Builder
setEvaluation(String evaluation)
ModelEvaluationName.Builder
setLocation(String location)
ModelEvaluationName.Builder
setModel(String model)
ModelEvaluationName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getModel
public String getModel()
-
getEvaluation
public String getEvaluation()
-
setProject
public ModelEvaluationName.Builder setProject(String project)
-
setLocation
public ModelEvaluationName.Builder setLocation(String location)
-
setModel
public ModelEvaluationName.Builder setModel(String model)
-
setEvaluation
public ModelEvaluationName.Builder setEvaluation(String evaluation)
-
build
public ModelEvaluationName build()
-
-