You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Similarity to explanation in aiplatform v1beta1
feat: add EncryptionSpec to featurestore in aiplatform v1beta1
feat: add PipelineTaskStatus to pipeline_job in aiplatform v1beta1
feat: add BatchReadTensorboardTimeSeriesData to tensorboard_service in aiplatform v1beta1
feat: add enable_monitoring_pipeline_logs to model_deployment_monitoring_job in aiplatform v1beta1
feat: add order_by to pipeline_service in aiplatform v1beta1
feat: add model_display_name to prediction_service in aiplatform v1beta1
feat: add specialist_worker_emails to specialist_pool in aiplatform v1beta1
Committer: @dizcology
PiperOrigin-RevId: 401280513
Copy file name to clipboardExpand all lines: google/cloud/aiplatform/v1beta1/featurestore_online_service.proto
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -63,10 +63,10 @@ service FeaturestoreOnlineServingService {
63
63
// Request message for [FeaturestoreOnlineServingService.ReadFeatureValues][google.cloud.aiplatform.v1beta1.FeaturestoreOnlineServingService.ReadFeatureValues].
64
64
messageReadFeatureValuesRequest {
65
65
// Required. The resource name of the EntityType for the entity being read.
66
-
// Value format: `projects/{project}/locations/{location}/featurestores/
67
-
// {featurestore}/entityTypes/{entityType}`. For example,
68
-
// for a machine learning model predicting user clicks on a website, an
0 commit comments