diff --git a/api-index-v1.json b/api-index-v1.json index 87b6efef861ff..04a06617b4513 100644 --- a/api-index-v1.json +++ b/api-index-v1.json @@ -18236,6 +18236,17 @@ } ] }, + { + "shortName": "ImportModelEvaluation", + "fullName": "google.cloud.aiplatform.v1.ModelService.ImportModelEvaluation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1/{parent=projects/*/locations/*/models/*}/evaluations:import" + } + ] + }, { "shortName": "ListModelEvaluationSlices", "fullName": "google.cloud.aiplatform.v1.ModelService.ListModelEvaluationSlices", @@ -20418,6 +20429,17 @@ } ] }, + { + "shortName": "ImportModelEvaluation", + "fullName": "google.cloud.aiplatform.v1beta1.ModelService.ImportModelEvaluation", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta1/{parent=projects/*/locations/*/models/*}/evaluations:import" + } + ] + }, { "shortName": "ListModelEvaluationSlices", "fullName": "google.cloud.aiplatform.v1beta1.ModelService.ListModelEvaluationSlices",