Uses of Interface
com.google.cloud.aiplatform.v1.ModelEvaluationOrBuilder
-
Packages that use ModelEvaluationOrBuilder Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of ModelEvaluationOrBuilder in com.google.cloud.aiplatform.v1
Classes in com.google.cloud.aiplatform.v1 that implement ModelEvaluationOrBuilder Modifier and Type Class Description classModelEvaluationA collection of metrics calculated by comparing Model's predictions on all of the test data against annotations from the test data.static classModelEvaluation.BuilderA collection of metrics calculated by comparing Model's predictions on all of the test data against annotations from the test data.Methods in com.google.cloud.aiplatform.v1 that return ModelEvaluationOrBuilder Modifier and Type Method Description ModelEvaluationOrBuilderImportModelEvaluationRequest.Builder. getModelEvaluationOrBuilder()Required.ModelEvaluationOrBuilderImportModelEvaluationRequest. getModelEvaluationOrBuilder()Required.ModelEvaluationOrBuilderImportModelEvaluationRequestOrBuilder. getModelEvaluationOrBuilder()Required.ModelEvaluationOrBuilderListModelEvaluationsResponse.Builder. getModelEvaluationsOrBuilder(int index)List of ModelEvaluations in the requested page.ModelEvaluationOrBuilderListModelEvaluationsResponse. getModelEvaluationsOrBuilder(int index)List of ModelEvaluations in the requested page.ModelEvaluationOrBuilderListModelEvaluationsResponseOrBuilder. getModelEvaluationsOrBuilder(int index)List of ModelEvaluations in the requested page.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ModelEvaluationOrBuilder Modifier and Type Method Description List<? extends ModelEvaluationOrBuilder>ListModelEvaluationsResponse.Builder. getModelEvaluationsOrBuilderList()List of ModelEvaluations in the requested page.List<? extends ModelEvaluationOrBuilder>ListModelEvaluationsResponse. getModelEvaluationsOrBuilderList()List of ModelEvaluations in the requested page.List<? extends ModelEvaluationOrBuilder>ListModelEvaluationsResponseOrBuilder. getModelEvaluationsOrBuilderList()List of ModelEvaluations in the requested page.
-