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 ModelEvaluationNameModelEvaluationName.Builder. build()static ModelEvaluationNameModelEvaluationName. of(String project, String location, String model, String evaluation)static ModelEvaluationNameModelEvaluationName. 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 BatchImportModelEvaluationSlicesResponseModelServiceClient. batchImportModelEvaluationSlices(ModelEvaluationName parent, List<ModelEvaluationSlice> modelEvaluationSlices)Imports a list of externally generated ModelEvaluationSlice.ModelEvaluationModelServiceClient. getModelEvaluation(ModelEvaluationName name)Gets a ModelEvaluation.ModelServiceClient.ListModelEvaluationSlicesPagedResponseModelServiceClient. 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)
-