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
// Request message for [FeaturestoreOnlineServingService.WriteFeatureValues][google.cloud.aiplatform.v1beta1.FeaturestoreOnlineServingService.WriteFeatureValues].
77
+
messageWriteFeatureValuesRequest {
78
+
// Required. The resource name of the EntityType for the entities being written.
79
+
// Value format: `projects/{project}/locations/{location}/featurestores/
80
+
// {featurestore}/entityTypes/{entityType}`. For example,
81
+
// for a machine learning model predicting user clicks on a website, an
82
+
// EntityType ID could be `user`.
83
+
stringentity_type=1 [
84
+
(google.api.field_behavior) = REQUIRED,
85
+
(google.api.resource_reference) = {
86
+
type: "aiplatform.googleapis.com/EntityType"
87
+
}
88
+
];
89
+
90
+
// Required. The entities to be written. Up to 100,000 feature values can be written
// Response message for [FeaturestoreOnlineServingService.WriteFeatureValues][google.cloud.aiplatform.v1beta1.FeaturestoreOnlineServingService.WriteFeatureValues].
108
+
messageWriteFeatureValuesResponse {
109
+
61
110
}
62
111
63
112
// Request message for [FeaturestoreOnlineServingService.ReadFeatureValues][google.cloud.aiplatform.v1beta1.FeaturestoreOnlineServingService.ReadFeatureValues].
0 commit comments