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/aiplatform_v1.projects.locations.featurestores.entityTypes.features.html
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ <h3>Method Details</h3>
115
115
116
116
{ # Request message for FeaturestoreService.BatchCreateFeatures.
117
117
"requests": [ # Required. The request message specifying the Features to create. All Features must be created under the same parent EntityType. The `parent` field in each child request message can be omitted. If `parent` is set in a child request, then the value must match the `parent` value in this request message.
118
-
{ # Request message for FeaturestoreService.CreateFeature and FeatureRegistryService.CreateFeature.
118
+
{ # Request message for FeaturestoreService.CreateFeature.
119
119
"feature": { # Feature Metadata information that describes an attribute of an entity type. For example, apple is an entity type, and color is a feature that describes apple. # Required. The Feature to create.
120
120
"createTime": "A String", # Output only. Timestamp when this EntityType was created.
121
121
"description": "A String", # Description of the Feature.
@@ -140,10 +140,10 @@ <h3>Method Details</h3>
140
140
],
141
141
"name": "A String", # Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type.
142
142
"updateTime": "A String", # Output only. Timestamp when this EntityType was most recently updated.
143
-
"valueType": "A String", # Required. Immutable. Type of Feature value.
143
+
"valueType": "A String", # Immutable. Type of Feature value.
144
144
},
145
-
"featureId": "A String", # Required. The ID to use for the Feature, which will become the final component of the Feature'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 an EntityType/FeatureGroup.
146
-
"parent": "A String", # Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` `projects/{project}/locations/{location}/featureGroups/{feature_group}`
145
+
"featureId": "A String", # Required. The ID to use for the Feature, which will become the final component of the Feature'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 an EntityType.
146
+
"parent": "A String", # Required. The resource name of the EntityType to create a Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
147
147
},
148
148
],
149
149
}
@@ -187,7 +187,7 @@ <h3>Method Details</h3>
187
187
<pre>Creates a new Feature in a given EntityType.
188
188
189
189
Args:
190
-
parent: string, Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` `projects/{project}/locations/{location}/featureGroups/{feature_group}` (required)
190
+
parent: string, Required. The resource name of the EntityType to create a Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` (required)
191
191
body: object, The request body.
192
192
The object takes the form of:
193
193
@@ -215,10 +215,10 @@ <h3>Method Details</h3>
215
215
],
216
216
"name": "A String", # Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type.
217
217
"updateTime": "A String", # Output only. Timestamp when this EntityType was most recently updated.
218
-
"valueType": "A String", # Required. Immutable. Type of Feature value.
218
+
"valueType": "A String", # Immutable. Type of Feature value.
219
219
}
220
220
221
-
featureId: string, Required. The ID to use for the Feature, which will become the final component of the Feature'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 an EntityType/FeatureGroup.
221
+
featureId: string, Required. The ID to use for the Feature, which will become the final component of the Feature'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 an EntityType.
222
222
x__xgafv: string, V1 error format.
223
223
Allowed values
224
224
1 - v1 error format
@@ -253,7 +253,7 @@ <h3>Method Details</h3>
253
253
<pre>Deletes a single Feature.
254
254
255
255
Args:
256
-
name: string, Required. The name of the Features to be deleted. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` `projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}` (required)
256
+
name: string, Required. The name of the Features to be deleted. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` (required)
257
257
x__xgafv: string, V1 error format.
258
258
Allowed values
259
259
1 - v1 error format
@@ -288,7 +288,7 @@ <h3>Method Details</h3>
288
288
<pre>Gets details of a single Feature.
289
289
290
290
Args:
291
-
name: string, Required. The name of the Feature resource. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` `projects/{project}/locations/{location}/featureGroups/{feature_group}` (required)
291
+
name: string, Required. The name of the Feature resource. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` (required)
292
292
x__xgafv: string, V1 error format.
293
293
Allowed values
294
294
1 - v1 error format
@@ -321,7 +321,7 @@ <h3>Method Details</h3>
321
321
],
322
322
"name": "A String", # Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type.
323
323
"updateTime": "A String", # Output only. Timestamp when this EntityType was most recently updated.
324
-
"valueType": "A String", # Required. Immutable. Type of Feature value.
324
+
"valueType": "A String", # Immutable. Type of Feature value.
325
325
}</pre>
326
326
</div>
327
327
@@ -330,10 +330,10 @@ <h3>Method Details</h3>
330
330
<pre>Lists Features in a given EntityType.
331
331
332
332
Args:
333
-
parent: string, Required. The resource name of the Location to list Features. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` `projects/{project}/locations/{location}/featureGroups/{feature_group}` (required)
333
+
parent: string, Required. The resource name of the Location to list Features. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` (required)
334
334
filter: string, Lists the Features that match the filter expression. The following filters are supported: * `value_type`: Supports = and != comparisons. * `create_time`: Supports =, !=, <, >, >=, and <= comparisons. Values must be in RFC 3339 format. * `update_time`: Supports =, !=, <, >, >=, and <= comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality as well as key presence. Examples: * `value_type = DOUBLE` --> Features whose type is DOUBLE. * `create_time > \"2020-01-31T15:30:00.000000Z\" OR update_time > \"2020-01-31T15:30:00.000000Z\"` --> EntityTypes created or updated after 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` --> Features having both (active: yes) and (env: prod) labels. * `labels.env: *` --> Any Feature which has a label with 'env' as the key.
335
335
latestStatsCount: integer, If set, return the most recent ListFeaturesRequest.latest_stats_count of stats for each Feature in response. Valid value is [0, 10]. If number of stats exists < ListFeaturesRequest.latest_stats_count, return all existing stats.
336
-
orderBy: string, A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `feature_id` * `value_type` * `create_time` * `update_time`
336
+
orderBy: string, A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `feature_id` * `value_type` (Not supported for FeatureRegistry Feature) * `create_time` * `update_time`
337
337
pageSize: integer, The maximum number of Features to return. The service may return fewer than this value. If unspecified, at most 1000 Features will be returned. The maximum value is 1000; any value greater than 1000 will be coerced to 1000.
338
338
pageToken: string, A page token, received from a previous FeaturestoreService.ListFeatures call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeaturestoreService.ListFeatures must match the call that provided the page token.
339
339
readMask: string, Mask specifying which fields to read.
@@ -345,7 +345,7 @@ <h3>Method Details</h3>
345
345
Returns:
346
346
An object of the form:
347
347
348
-
{ # Response message for FeaturestoreService.ListFeatures. Response message for FeatureRegistryService.ListFeatures.
348
+
{ # Response message for FeaturestoreService.ListFeatures.
349
349
"features": [ # The Features matching the request.
350
350
{ # Feature Metadata information that describes an attribute of an entity type. For example, apple is an entity type, and color is a feature that describes apple.
351
351
"createTime": "A String", # Output only. Timestamp when this EntityType was created.
@@ -371,7 +371,7 @@ <h3>Method Details</h3>
371
371
],
372
372
"name": "A String", # Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type.
373
373
"updateTime": "A String", # Output only. Timestamp when this EntityType was most recently updated.
374
-
"valueType": "A String", # Required. Immutable. Type of Feature value.
374
+
"valueType": "A String", # Immutable. Type of Feature value.
375
375
},
376
376
],
377
377
"nextPageToken": "A String", # A token, which can be sent as ListFeaturesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
@@ -425,7 +425,7 @@ <h3>Method Details</h3>
425
425
],
426
426
"name": "A String", # Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type.
427
427
"updateTime": "A String", # Output only. Timestamp when this EntityType was most recently updated.
428
-
"valueType": "A String", # Required. Immutable. Type of Feature value.
428
+
"valueType": "A String", # Immutable. Type of Feature value.
429
429
}
430
430
431
431
updateMask: string, Field mask is used to specify the fields to be overwritten in the Features resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `description` * `labels` * `disable_monitoring`
@@ -461,7 +461,7 @@ <h3>Method Details</h3>
461
461
],
462
462
"name": "A String", # Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type.
463
463
"updateTime": "A String", # Output only. Timestamp when this EntityType was most recently updated.
464
-
"valueType": "A String", # Required. Immutable. Type of Feature value.
464
+
"valueType": "A String", # Immutable. Type of Feature value.
Copy file name to clipboardExpand all lines: docs/dyn/aiplatform_v1.projects.locations.featurestores.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -557,7 +557,7 @@ <h3>Method Details</h3>
557
557
],
558
558
"name": "A String", # Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type.
559
559
"updateTime": "A String", # Output only. Timestamp when this EntityType was most recently updated.
560
-
"valueType": "A String", # Required. Immutable. Type of Feature value.
560
+
"valueType": "A String", # Immutable. Type of Feature value.
561
561
},
562
562
],
563
563
"nextPageToken": "A String", # A token, which can be sent as SearchFeaturesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
0 commit comments