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
Copy file name to clipboardExpand all lines: docs/dyn/admin_directory_v1.groups.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ <h3>Method Details</h3>
222
222
Allowed values
223
223
ASCENDING - Ascending order.
224
224
DESCENDING - Descending order.
225
-
userKey: string, Email or immutable ID of the user if only those groups are to be listed, the given user is a member of. If it's an ID, it should match with the ID of the user object.
225
+
userKey: string, Email or immutable ID of the user if only those groups are to be listed, the given user is a member of. If it's an ID, it should match with the ID of the user object. Cannot be used with the `customer` parameter.
Copy file name to clipboardExpand all lines: docs/dyn/aiplatform_v1.projects.locations.featureGroups.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ <h3>Method Details</h3>
125
125
"bigQuerySource": { # The BigQuery location for the input content. # Required. Immutable. The BigQuery source URI that points to either a BigQuery Table or View.
126
126
"inputUri": "A String", # Required. BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example: `bq://projectId.bqDatasetId.bqTableId`.
127
127
},
128
-
"dense": True or False, # Optional. If set, all feature values will be fetched from a single row per unique entityId including nulls. If not set, will collapse all rows for each unique entityId into a singe row with any non-null values if present, if no non-null values are present will sync null. ex: If source has schema (entity_id, feature_timestamp, f0, f1) and values (e1, 2020-01-01T10:00:00.123Z, 10, 15)(e1, 2020-02-01T10:00:00.123Z, 20, null) If dense is set, (e1, 20, null) is synced to online stores. If dense is not set, (e1, 20, 15) is synced to online stores.
128
+
"dense": True or False, # Optional. If set, all feature values will be fetched from a single row per unique entityId including nulls. If not set, will collapse all rows for each unique entityId into a singe row with any non-null values if present, if no non-null values are present will sync null. ex: If source has schema `(entity_id, feature_timestamp, f0, f1)` and the following rows: `(e1, 2020-01-01T10:00:00.123Z, 10, 15)` `(e1, 2020-02-01T10:00:00.123Z, 20, null)` If dense is set, `(e1, 20, null)` is synced to online stores. If dense is not set, `(e1, 20, 15)` is synced to online stores.
129
129
"entityIdColumns": [ # Optional. Columns to construct entity_id / row keys. If not provided defaults to `entity_id`.
130
130
"A String",
131
131
],
@@ -144,7 +144,7 @@ <h3>Method Details</h3>
144
144
"updateTime": "A String", # Output only. Timestamp when this FeatureGroup was last updated.
145
145
}
146
146
147
-
featureGroupId: string, Required. The ID to use for this FeatureGroup, which will become the final component of the FeatureGroup's resource name. This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within the project and location.
147
+
featureGroupId: string, Required. The ID to use for this FeatureGroup, which will become the final component of the FeatureGroup's resource name. This value may be up to 128 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number. The value must be unique within the project and location.
148
148
x__xgafv: string, V1 error format.
149
149
Allowed values
150
150
1 - v1 error format
@@ -229,7 +229,7 @@ <h3>Method Details</h3>
229
229
"bigQuerySource": { # The BigQuery location for the input content. # Required. Immutable. The BigQuery source URI that points to either a BigQuery Table or View.
230
230
"inputUri": "A String", # Required. BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example: `bq://projectId.bqDatasetId.bqTableId`.
231
231
},
232
-
"dense": True or False, # Optional. If set, all feature values will be fetched from a single row per unique entityId including nulls. If not set, will collapse all rows for each unique entityId into a singe row with any non-null values if present, if no non-null values are present will sync null. ex: If source has schema (entity_id, feature_timestamp, f0, f1) and values (e1, 2020-01-01T10:00:00.123Z, 10, 15)(e1, 2020-02-01T10:00:00.123Z, 20, null) If dense is set, (e1, 20, null) is synced to online stores. If dense is not set, (e1, 20, 15) is synced to online stores.
232
+
"dense": True or False, # Optional. If set, all feature values will be fetched from a single row per unique entityId including nulls. If not set, will collapse all rows for each unique entityId into a singe row with any non-null values if present, if no non-null values are present will sync null. ex: If source has schema `(entity_id, feature_timestamp, f0, f1)` and the following rows: `(e1, 2020-01-01T10:00:00.123Z, 10, 15)` `(e1, 2020-02-01T10:00:00.123Z, 20, null)` If dense is set, `(e1, 20, null)` is synced to online stores. If dense is not set, `(e1, 20, 15)` is synced to online stores.
233
233
"entityIdColumns": [ # Optional. Columns to construct entity_id / row keys. If not provided defaults to `entity_id`.
234
234
"A String",
235
235
],
@@ -274,7 +274,7 @@ <h3>Method Details</h3>
274
274
"bigQuerySource": { # The BigQuery location for the input content. # Required. Immutable. The BigQuery source URI that points to either a BigQuery Table or View.
275
275
"inputUri": "A String", # Required. BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example: `bq://projectId.bqDatasetId.bqTableId`.
276
276
},
277
-
"dense": True or False, # Optional. If set, all feature values will be fetched from a single row per unique entityId including nulls. If not set, will collapse all rows for each unique entityId into a singe row with any non-null values if present, if no non-null values are present will sync null. ex: If source has schema (entity_id, feature_timestamp, f0, f1) and values (e1, 2020-01-01T10:00:00.123Z, 10, 15)(e1, 2020-02-01T10:00:00.123Z, 20, null) If dense is set, (e1, 20, null) is synced to online stores. If dense is not set, (e1, 20, 15) is synced to online stores.
277
+
"dense": True or False, # Optional. If set, all feature values will be fetched from a single row per unique entityId including nulls. If not set, will collapse all rows for each unique entityId into a singe row with any non-null values if present, if no non-null values are present will sync null. ex: If source has schema `(entity_id, feature_timestamp, f0, f1)` and the following rows: `(e1, 2020-01-01T10:00:00.123Z, 10, 15)` `(e1, 2020-02-01T10:00:00.123Z, 20, null)` If dense is set, `(e1, 20, null)` is synced to online stores. If dense is not set, `(e1, 20, 15)` is synced to online stores.
278
278
"entityIdColumns": [ # Optional. Columns to construct entity_id / row keys. If not provided defaults to `entity_id`.
279
279
"A String",
280
280
],
@@ -325,7 +325,7 @@ <h3>Method Details</h3>
325
325
"bigQuerySource": { # The BigQuery location for the input content. # Required. Immutable. The BigQuery source URI that points to either a BigQuery Table or View.
326
326
"inputUri": "A String", # Required. BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example: `bq://projectId.bqDatasetId.bqTableId`.
327
327
},
328
-
"dense": True or False, # Optional. If set, all feature values will be fetched from a single row per unique entityId including nulls. If not set, will collapse all rows for each unique entityId into a singe row with any non-null values if present, if no non-null values are present will sync null. ex: If source has schema (entity_id, feature_timestamp, f0, f1) and values (e1, 2020-01-01T10:00:00.123Z, 10, 15)(e1, 2020-02-01T10:00:00.123Z, 20, null) If dense is set, (e1, 20, null) is synced to online stores. If dense is not set, (e1, 20, 15) is synced to online stores.
328
+
"dense": True or False, # Optional. If set, all feature values will be fetched from a single row per unique entityId including nulls. If not set, will collapse all rows for each unique entityId into a singe row with any non-null values if present, if no non-null values are present will sync null. ex: If source has schema `(entity_id, feature_timestamp, f0, f1)` and the following rows: `(e1, 2020-01-01T10:00:00.123Z, 10, 15)` `(e1, 2020-02-01T10:00:00.123Z, 20, null)` If dense is set, `(e1, 20, null)` is synced to online stores. If dense is not set, `(e1, 20, 15)` is synced to online stores.
329
329
"entityIdColumns": [ # Optional. Columns to construct entity_id / row keys. If not provided defaults to `entity_id`.
Copy file name to clipboardExpand all lines: docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.featureViews.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ <h3>Method Details</h3>
184
184
"updateTime": "A String", # Output only. Timestamp when this FeatureView was last updated.
185
185
"vertexRagSource": { # A Vertex Rag source for features that need to be synced to Online Store. # Optional. The Vertex RAG Source that the FeatureView is linked to.
186
186
"ragCorpusId": "A String", # Optional. The RAG corpus id corresponding to this FeatureView.
187
-
"uri": "A String", # Required. The BigQuery view/table URI that will be materialized on each manual sync trigger. The table/view is expected to have the following columns at least: Field name Type Mode corpus_idSTRING REQUIRED/NULLABLEfile_idSTRING REQUIRED/NULLABLEchunk_idSTRING REQUIRED/NULLABLEchunk_data_typeSTRING REQUIRED/NULLABLEchunk_dataSTRING REQUIRED/NULLABLEembeddingsFLOAT REPEATEDfile_original_uriSTRING REQUIRED/NULLABLE
187
+
"uri": "A String", # Required. The BigQuery view/table URI that will be materialized on each manual sync trigger. The table/view is expected to have the following columns and types at least: - `corpus_id` (STRING, NULLABLE/REQUIRED) - `file_id` (STRING, NULLABLE/REQUIRED) - `chunk_id` (STRING, NULLABLE/REQUIRED) - `chunk_data_type` (STRING, NULLABLE/REQUIRED) - `chunk_data` (STRING, NULLABLE/REQUIRED) - `embeddings` (FLOAT, REPEATED) - `file_original_uri` (STRING, NULLABLE/REQUIRED)
188
188
},
189
189
}
190
190
@@ -403,7 +403,7 @@ <h3>Method Details</h3>
403
403
"updateTime": "A String", # Output only. Timestamp when this FeatureView was last updated.
404
404
"vertexRagSource": { # A Vertex Rag source for features that need to be synced to Online Store. # Optional. The Vertex RAG Source that the FeatureView is linked to.
405
405
"ragCorpusId": "A String", # Optional. The RAG corpus id corresponding to this FeatureView.
406
-
"uri": "A String", # Required. The BigQuery view/table URI that will be materialized on each manual sync trigger. The table/view is expected to have the following columns at least: Field name Type Mode corpus_idSTRING REQUIRED/NULLABLEfile_idSTRING REQUIRED/NULLABLEchunk_idSTRING REQUIRED/NULLABLEchunk_data_typeSTRING REQUIRED/NULLABLEchunk_dataSTRING REQUIRED/NULLABLEembeddingsFLOAT REPEATEDfile_original_uriSTRING REQUIRED/NULLABLE
406
+
"uri": "A String", # Required. The BigQuery view/table URI that will be materialized on each manual sync trigger. The table/view is expected to have the following columns and types at least: - `corpus_id` (STRING, NULLABLE/REQUIRED) - `file_id` (STRING, NULLABLE/REQUIRED) - `chunk_id` (STRING, NULLABLE/REQUIRED) - `chunk_data_type` (STRING, NULLABLE/REQUIRED) - `chunk_data` (STRING, NULLABLE/REQUIRED) - `embeddings` (FLOAT, REPEATED) - `file_original_uri` (STRING, NULLABLE/REQUIRED)
407
407
},
408
408
}</pre>
409
409
</div>
@@ -509,7 +509,7 @@ <h3>Method Details</h3>
509
509
"updateTime": "A String", # Output only. Timestamp when this FeatureView was last updated.
510
510
"vertexRagSource": { # A Vertex Rag source for features that need to be synced to Online Store. # Optional. The Vertex RAG Source that the FeatureView is linked to.
511
511
"ragCorpusId": "A String", # Optional. The RAG corpus id corresponding to this FeatureView.
512
-
"uri": "A String", # Required. The BigQuery view/table URI that will be materialized on each manual sync trigger. The table/view is expected to have the following columns at least: Field name Type Mode corpus_idSTRING REQUIRED/NULLABLEfile_idSTRING REQUIRED/NULLABLEchunk_idSTRING REQUIRED/NULLABLEchunk_data_typeSTRING REQUIRED/NULLABLEchunk_dataSTRING REQUIRED/NULLABLEembeddingsFLOAT REPEATEDfile_original_uriSTRING REQUIRED/NULLABLE
512
+
"uri": "A String", # Required. The BigQuery view/table URI that will be materialized on each manual sync trigger. The table/view is expected to have the following columns and types at least: - `corpus_id` (STRING, NULLABLE/REQUIRED) - `file_id` (STRING, NULLABLE/REQUIRED) - `chunk_id` (STRING, NULLABLE/REQUIRED) - `chunk_data_type` (STRING, NULLABLE/REQUIRED) - `chunk_data` (STRING, NULLABLE/REQUIRED) - `embeddings` (FLOAT, REPEATED) - `file_original_uri` (STRING, NULLABLE/REQUIRED)
513
513
},
514
514
},
515
515
],
@@ -586,7 +586,7 @@ <h3>Method Details</h3>
586
586
"updateTime": "A String", # Output only. Timestamp when this FeatureView was last updated.
587
587
"vertexRagSource": { # A Vertex Rag source for features that need to be synced to Online Store. # Optional. The Vertex RAG Source that the FeatureView is linked to.
588
588
"ragCorpusId": "A String", # Optional. The RAG corpus id corresponding to this FeatureView.
589
-
"uri": "A String", # Required. The BigQuery view/table URI that will be materialized on each manual sync trigger. The table/view is expected to have the following columns at least: Field name Type Mode corpus_idSTRING REQUIRED/NULLABLEfile_idSTRING REQUIRED/NULLABLEchunk_idSTRING REQUIRED/NULLABLEchunk_data_typeSTRING REQUIRED/NULLABLEchunk_dataSTRING REQUIRED/NULLABLEembeddingsFLOAT REPEATEDfile_original_uriSTRING REQUIRED/NULLABLE
589
+
"uri": "A String", # Required. The BigQuery view/table URI that will be materialized on each manual sync trigger. The table/view is expected to have the following columns and types at least: - `corpus_id` (STRING, NULLABLE/REQUIRED) - `file_id` (STRING, NULLABLE/REQUIRED) - `chunk_id` (STRING, NULLABLE/REQUIRED) - `chunk_data_type` (STRING, NULLABLE/REQUIRED) - `chunk_data` (STRING, NULLABLE/REQUIRED) - `embeddings` (FLOAT, REPEATED) - `file_original_uri` (STRING, NULLABLE/REQUIRED)
0 commit comments