Skip to content

Commit b82095b

Browse files
Google APIscopybara-github
authored andcommitted
feat: Evaluation Service aiplatform v1beta1 initial release
PiperOrigin-RevId: 618922045
1 parent efad09c commit b82095b

3 files changed

Lines changed: 1203 additions & 8 deletions

File tree

google/cloud/aiplatform/v1beta1/BUILD.bazel

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ proto_library(
2727
"artifact.proto",
2828
"batch_prediction_job.proto",
2929
"completion_stats.proto",
30-
"context.proto",
3130
"content.proto",
31+
"context.proto",
3232
"custom_job.proto",
3333
"data_item.proto",
3434
"data_labeling_job.proto",
@@ -45,21 +45,22 @@ proto_library(
4545
"entity_type.proto",
4646
"env_var.proto",
4747
"evaluated_annotation.proto",
48+
"evaluation_service.proto",
4849
"event.proto",
4950
"execution.proto",
5051
"explanation.proto",
5152
"explanation_metadata.proto",
5253
"feature.proto",
53-
"feature_monitoring_stats.proto",
54-
"feature_selector.proto",
55-
"featurestore.proto",
5654
"feature_group.proto",
57-
"feature_view.proto",
55+
"feature_monitoring_stats.proto",
5856
"feature_online_store.proto",
5957
"feature_online_store_admin_service.proto",
58+
"feature_online_store_service.proto",
6059
"feature_registry_service.proto",
60+
"feature_selector.proto",
61+
"feature_view.proto",
6162
"feature_view_sync.proto",
62-
"feature_online_store_service.proto",
63+
"featurestore.proto",
6364
"featurestore_monitoring.proto",
6465
"featurestore_online_service.proto",
6566
"featurestore_service.proto",
@@ -131,9 +132,9 @@ proto_library(
131132
"//google/api:resource_proto",
132133
"//google/longrunning:operations_proto",
133134
"//google/rpc:status_proto",
135+
"//google/type:date_proto",
134136
"//google/type:interval_proto",
135137
"//google/type:money_proto",
136-
"//google/type:date_proto",
137138
"@com_google_protobuf//:duration_proto",
138139
"@com_google_protobuf//:empty_proto",
139140
"@com_google_protobuf//:field_mask_proto",
@@ -216,6 +217,7 @@ java_gapic_test(
216217
test_classes = [
217218
"com.google.cloud.aiplatform.v1beta1.DatasetServiceClientTest",
218219
"com.google.cloud.aiplatform.v1beta1.EndpointServiceClientTest",
220+
"com.google.cloud.aiplatform.v1beta1.EvaluationServiceClientTest",
219221
"com.google.cloud.aiplatform.v1beta1.FeaturestoreOnlineServingServiceClientTest",
220222
"com.google.cloud.aiplatform.v1beta1.FeaturestoreServiceClientTest",
221223
"com.google.cloud.aiplatform.v1beta1.IndexEndpointServiceClientTest",
@@ -267,9 +269,9 @@ go_proto_library(
267269
"//google/api:httpbody_go_proto",
268270
"//google/longrunning:longrunning_go_proto",
269271
"//google/rpc:status_go_proto",
272+
"//google/type:date_go_proto",
270273
"//google/type:interval_go_proto",
271274
"//google/type:money_go_proto",
272-
"//google/type:date_go_proto",
273275
],
274276
)
275277

google/cloud/aiplatform/v1beta1/aiplatform_v1beta1.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.v1beta1.DatasetService
88
- name: google.cloud.aiplatform.v1beta1.DeploymentResourcePoolService
99
- name: google.cloud.aiplatform.v1beta1.EndpointService
10+
- name: google.cloud.aiplatform.v1beta1.EvaluationService
1011
- name: google.cloud.aiplatform.v1beta1.FeatureOnlineStoreAdminService
1112
- name: google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService
1213
- name: google.cloud.aiplatform.v1beta1.FeatureRegistryService
@@ -713,6 +714,10 @@ authentication:
713714
oauth:
714715
canonical_scopes: |-
715716
https://www.googleapis.com/auth/cloud-platform
717+
- selector: google.cloud.aiplatform.v1beta1.EvaluationService.EvaluateInstances
718+
oauth:
719+
canonical_scopes: |-
720+
https://www.googleapis.com/auth/cloud-platform
716721
- selector: 'google.cloud.aiplatform.v1beta1.FeatureOnlineStoreAdminService.*'
717722
oauth:
718723
canonical_scopes: |-

0 commit comments

Comments
 (0)