Skip to content

Commit 9d6389c

Browse files
Google APIscopybara-github
authored andcommitted
feat: add evaluation service proto to v1
PiperOrigin-RevId: 660115183
1 parent 0a250ef commit 9d6389c

3 files changed

Lines changed: 1200 additions & 0 deletions

File tree

google/cloud/aiplatform/v1/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ proto_library(
5252
"entity_type.proto",
5353
"env_var.proto",
5454
"evaluated_annotation.proto",
55+
"evaluation_service.proto",
5556
"event.proto",
5657
"execution.proto",
5758
"explanation.proto",
@@ -231,6 +232,7 @@ java_gapic_test(
231232
"com.google.cloud.aiplatform.v1.DatasetServiceClientTest",
232233
"com.google.cloud.aiplatform.v1.DeploymentResourcePoolServiceClientTest",
233234
"com.google.cloud.aiplatform.v1.EndpointServiceClientTest",
235+
"com.google.cloud.aiplatform.v1.EvaluationServiceClientTest",
234236
"com.google.cloud.aiplatform.v1.FeatureOnlineStoreAdminServiceClientTest",
235237
"com.google.cloud.aiplatform.v1.FeatureOnlineStoreServiceClientTest",
236238
"com.google.cloud.aiplatform.v1.FeatureRegistryServiceClientTest",

google/cloud/aiplatform/v1/aiplatform_v1.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ apis:
77
- name: google.cloud.aiplatform.v1.DatasetService
88
- name: google.cloud.aiplatform.v1.DeploymentResourcePoolService
99
- name: google.cloud.aiplatform.v1.EndpointService
10+
- name: google.cloud.aiplatform.v1.EvaluationService
1011
- name: google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService
1112
- name: google.cloud.aiplatform.v1.FeatureOnlineStoreService
1213
- name: google.cloud.aiplatform.v1.FeatureRegistryService
@@ -702,6 +703,10 @@ authentication:
702703
oauth:
703704
canonical_scopes: |-
704705
https://www.googleapis.com/auth/cloud-platform
706+
- selector: google.cloud.aiplatform.v1.EvaluationService.EvaluateInstances
707+
oauth:
708+
canonical_scopes: |-
709+
https://www.googleapis.com/auth/cloud-platform
705710
- selector: 'google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.*'
706711
oauth:
707712
canonical_scopes: |-

0 commit comments

Comments
 (0)