Uses of Class
com.google.cloud.aiplatform.v1.ModelEvaluationName
-
Packages that use ModelEvaluationName Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of ModelEvaluationName in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ModelEvaluationName Modifier and Type Method Description ModelEvaluationName
ModelEvaluationName.Builder. build()
static ModelEvaluationName
ModelEvaluationName. of(String project, String location, String model, String evaluation)
static ModelEvaluationName
ModelEvaluationName. parse(String formattedString)
Methods in com.google.cloud.aiplatform.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.aiplatform.v1 with parameters of type ModelEvaluationName Modifier and Type Method Description BatchImportModelEvaluationSlicesResponse
ModelServiceClient. batchImportModelEvaluationSlices(ModelEvaluationName parent, List<ModelEvaluationSlice> modelEvaluationSlices)
Imports a list of externally generated ModelEvaluationSlice.ModelEvaluation
ModelServiceClient. getModelEvaluation(ModelEvaluationName name)
Gets a ModelEvaluation.ModelServiceClient.ListModelEvaluationSlicesPagedResponse
ModelServiceClient. listModelEvaluationSlices(ModelEvaluationName parent)
Lists ModelEvaluationSlices in a ModelEvaluation.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type ModelEvaluationName Modifier and Type Method Description static List<String>
ModelEvaluationName. toStringList(List<ModelEvaluationName> values)
-