Skip to content

Commit fbcd223

Browse files
feat(aiplatform): update the api
#### aiplatform:v1 The following keys were added: - schemas.GoogleCloudAiplatformV1Index.properties.encryptionSpec.$ref (Total Keys: 1) - schemas.GoogleCloudAiplatformV1IndexEndpoint.properties.encryptionSpec.$ref (Total Keys: 1) - schemas.GoogleCloudAiplatformV1SuggestTrialsRequest.properties.contexts (Total Keys: 2) - schemas.GoogleCloudAiplatformV1TrialContext (Total Keys: 4) #### aiplatform:v1beta1 The following keys were deleted: - schemas.GoogleCloudAiplatformV1beta1RaySpec.properties.headMachineSpec (Total Keys: 2) The following keys were added: - resources.projects.resources.locations.resources.notebookExecutionJobs.methods.generateAccessToken (Total Keys: 12) - resources.projects.resources.locations.resources.notebookExecutionJobs.methods.reportEvent (Total Keys: 12) - resources.projects.resources.locations.resources.persistentResources.methods.patch (Total Keys: 15) - schemas.GoogleCloudAiplatformV1beta1ExportEndpointOperationMetadata (Total Keys: 3) - schemas.GoogleCloudAiplatformV1beta1ExportEndpointResponse (Total Keys: 6) - schemas.GoogleCloudAiplatformV1beta1Index.properties.encryptionSpec.$ref (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1IndexEndpoint.properties.encryptionSpec.$ref (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1NotebookRuntime.properties.version (Total Keys: 2) - schemas.GoogleCloudAiplatformV1beta1RaySpec.properties.headNodeResourcePoolId.type (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1RaySpec.properties.resourcePoolImages (Total Keys: 2) - schemas.GoogleCloudAiplatformV1beta1ResourceRuntime.properties.notebookRuntimeTemplate (Total Keys: 2) - schemas.GoogleCloudAiplatformV1beta1SuggestTrialsRequest.properties.contexts (Total Keys: 2) - schemas.GoogleCloudAiplatformV1beta1TrialContext (Total Keys: 4) - schemas.GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata (Total Keys: 3)
1 parent 0025b75 commit fbcd223

16 files changed

+683
-119
lines changed

docs/dyn/aiplatform_v1.projects.locations.featurestores.entityTypes.features.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h3>Method Details</h3>
115115

116116
{ # Request message for FeaturestoreService.BatchCreateFeatures.
117117
&quot;requests&quot;: [ # 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.
119119
&quot;feature&quot;: { # 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.
120120
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when this EntityType was created.
121121
&quot;description&quot;: &quot;A String&quot;, # Description of the Feature.
@@ -140,10 +140,10 @@ <h3>Method Details</h3>
140140
],
141141
&quot;name&quot;: &quot;A String&quot;, # 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.
142142
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when this EntityType was most recently updated.
143-
&quot;valueType&quot;: &quot;A String&quot;, # Required. Immutable. Type of Feature value.
143+
&quot;valueType&quot;: &quot;A String&quot;, # Immutable. Type of Feature value.
144144
},
145-
&quot;featureId&quot;: &quot;A String&quot;, # Required. The ID to use for the Feature, which will become the final component of the Feature&#x27;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-
&quot;parent&quot;: &quot;A String&quot;, # 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+
&quot;featureId&quot;: &quot;A String&quot;, # Required. The ID to use for the Feature, which will become the final component of the Feature&#x27;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+
&quot;parent&quot;: &quot;A String&quot;, # Required. The resource name of the EntityType to create a Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
147147
},
148148
],
149149
}
@@ -187,7 +187,7 @@ <h3>Method Details</h3>
187187
<pre>Creates a new Feature in a given EntityType.
188188

189189
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)
191191
body: object, The request body.
192192
The object takes the form of:
193193

@@ -215,10 +215,10 @@ <h3>Method Details</h3>
215215
],
216216
&quot;name&quot;: &quot;A String&quot;, # 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.
217217
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when this EntityType was most recently updated.
218-
&quot;valueType&quot;: &quot;A String&quot;, # Required. Immutable. Type of Feature value.
218+
&quot;valueType&quot;: &quot;A String&quot;, # Immutable. Type of Feature value.
219219
}
220220

221-
featureId: string, Required. The ID to use for the Feature, which will become the final component of the Feature&#x27;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&#x27;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 .
222222
x__xgafv: string, V1 error format.
223223
Allowed values
224224
1 - v1 error format
@@ -253,7 +253,7 @@ <h3>Method Details</h3>
253253
<pre>Deletes a single Feature.
254254

255255
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)
257257
x__xgafv: string, V1 error format.
258258
Allowed values
259259
1 - v1 error format
@@ -288,7 +288,7 @@ <h3>Method Details</h3>
288288
<pre>Gets details of a single Feature.
289289

290290
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)
292292
x__xgafv: string, V1 error format.
293293
Allowed values
294294
1 - v1 error format
@@ -321,7 +321,7 @@ <h3>Method Details</h3>
321321
],
322322
&quot;name&quot;: &quot;A String&quot;, # 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.
323323
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when this EntityType was most recently updated.
324-
&quot;valueType&quot;: &quot;A String&quot;, # Required. Immutable. Type of Feature value.
324+
&quot;valueType&quot;: &quot;A String&quot;, # Immutable. Type of Feature value.
325325
}</pre>
326326
</div>
327327

@@ -330,10 +330,10 @@ <h3>Method Details</h3>
330330
<pre>Lists Features in a given EntityType.
331331

332332
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)
334334
filter: string, Lists the Features that match the filter expression. The following filters are supported: * `value_type`: Supports = and != comparisons. * `create_time`: Supports =, !=, &lt;, &gt;, &gt;=, and &lt;= comparisons. Values must be in RFC 3339 format. * `update_time`: Supports =, !=, &lt;, &gt;, &gt;=, and &lt;= comparisons. Values must be in RFC 3339 format. * `labels`: Supports key-value equality as well as key presence. Examples: * `value_type = DOUBLE` --&gt; Features whose type is DOUBLE. * `create_time &gt; \&quot;2020-01-31T15:30:00.000000Z\&quot; OR update_time &gt; \&quot;2020-01-31T15:30:00.000000Z\&quot;` --&gt; EntityTypes created or updated after 2020-01-31T15:30:00.000000Z. * `labels.active = yes AND labels.env = prod` --&gt; Features having both (active: yes) and (env: prod) labels. * `labels.env: *` --&gt; Any Feature which has a label with &#x27;env&#x27; as the key.
335335
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 &lt; 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 &quot;desc&quot; 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 &quot;desc&quot; after a field name for descending. Supported fields: * `feature_id` * `value_type` (Not supported for FeatureRegistry Feature) * `create_time` * `update_time`
337337
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.
338338
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.
339339
readMask: string, Mask specifying which fields to read.
@@ -345,7 +345,7 @@ <h3>Method Details</h3>
345345
Returns:
346346
An object of the form:
347347

348-
{ # Response message for FeaturestoreService.ListFeatures. Response message for FeatureRegistryService.ListFeatures.
348+
{ # Response message for FeaturestoreService.ListFeatures.
349349
&quot;features&quot;: [ # The Features matching the request.
350350
{ # 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.
351351
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when this EntityType was created.
@@ -371,7 +371,7 @@ <h3>Method Details</h3>
371371
],
372372
&quot;name&quot;: &quot;A String&quot;, # 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.
373373
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when this EntityType was most recently updated.
374-
&quot;valueType&quot;: &quot;A String&quot;, # Required. Immutable. Type of Feature value.
374+
&quot;valueType&quot;: &quot;A String&quot;, # Immutable. Type of Feature value.
375375
},
376376
],
377377
&quot;nextPageToken&quot;: &quot;A String&quot;, # 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>
425425
],
426426
&quot;name&quot;: &quot;A String&quot;, # 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.
427427
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when this EntityType was most recently updated.
428-
&quot;valueType&quot;: &quot;A String&quot;, # Required. Immutable. Type of Feature value.
428+
&quot;valueType&quot;: &quot;A String&quot;, # Immutable. Type of Feature value.
429429
}
430430

431431
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>
461461
],
462462
&quot;name&quot;: &quot;A String&quot;, # 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.
463463
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when this EntityType was most recently updated.
464-
&quot;valueType&quot;: &quot;A String&quot;, # Required. Immutable. Type of Feature value.
464+
&quot;valueType&quot;: &quot;A String&quot;, # Immutable. Type of Feature value.
465465
}</pre>
466466
</div>
467467

docs/dyn/aiplatform_v1.projects.locations.featurestores.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ <h3>Method Details</h3>
557557
],
558558
&quot;name&quot;: &quot;A String&quot;, # 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.
559559
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when this EntityType was most recently updated.
560-
&quot;valueType&quot;: &quot;A String&quot;, # Required. Immutable. Type of Feature value.
560+
&quot;valueType&quot;: &quot;A String&quot;, # Immutable. Type of Feature value.
561561
},
562562
],
563563
&quot;nextPageToken&quot;: &quot;A String&quot;, # 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

Comments
 (0)