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: aiplatform/v1/aiplatform-api.json
+20-14
Original file line number
Diff line number
Diff line change
@@ -4114,6 +4114,7 @@
4114
4114
"type": "string"
4115
4115
},
4116
4116
"parent": {
4117
+
"description": "Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent: `projects/{project}/locations/{location}/featureGroups/{feature_group}`",
"description": "Required. The name of the Feature resource. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` `projects/{project}/locations/{location}/featureGroups/{feature_group}`",
4170
+
"description": "Required. The name of the Feature resource. Format for entity_type as parent: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent: `projects/{project}/locations/{location}/featureGroups/{feature_group}`",
"description": "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 \u003c ListFeaturesRequest.latest_stats_count, return all existing stats.",
4200
+
"description": "Only applicable for Vertex AI Feature Store (Legacy). 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 \u003c ListFeaturesRequest.latest_stats_count, return all existing stats.",
4200
4201
"format": "int32",
4201
4202
"location": "query",
4202
4203
"type": "integer"
@@ -4213,12 +4214,12 @@
4213
4214
"type": "integer"
4214
4215
},
4215
4216
"pageToken": {
4216
-
"description": "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.",
4217
+
"description": "A page token, received from a previous FeaturestoreService.ListFeatures call or FeatureRegistryService.ListFeatures call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeaturestoreService.ListFeatures or or FeatureRegistryService.ListFeatures must match the call that provided the page token.",
4217
4218
"location": "query",
4218
4219
"type": "string"
4219
4220
},
4220
4221
"parent": {
4221
-
"description": "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}`",
4222
+
"description": "Required. The resource name of the Location to list Features. Format for entity_type as parent: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent: `projects/{project}/locations/{location}/featureGroups/{feature_group}`",
"description": "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.",
4253
+
"description": "Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` `projects/{project}/locations/{location}/featureGroups/{feature_group}/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.",
"description": "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`",
4260
+
"description": "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` (Not supported for FeatureRegistry Feature)",
4260
4261
"format": "google-fieldmask",
4261
4262
"location": "query",
4262
4263
"type": "string"
@@ -12997,7 +12998,7 @@
12997
12998
}
12998
12999
}
12999
13000
},
13000
-
"revision": "20231002",
13001
+
"revision": "20231012",
13001
13002
"rootUrl": "https://aiplatform.googleapis.com/",
13002
13003
"schemas": {
13003
13004
"GoogleApiHttpBody": {
@@ -14414,6 +14415,7 @@
14414
14415
"type": "string"
14415
14416
},
14416
14417
"parent": {
14418
+
"description": "Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent: `projects/{project}/locations/{location}/featureGroups/{feature_group}`",
14417
14419
"type": "string"
14418
14420
}
14419
14421
},
@@ -14708,6 +14710,10 @@
14708
14710
"description": "Optional. The full name of the Compute Engine [network](/compute/docs/networks-and-firewalls#networks) to which the Job should be peered. For example, `projects/12345/global/networks/myVPC`. [Format](/compute/docs/reference/rest/v1/networks/insert) is of the form `projects/{project}/global/networks/{network}`. Where {project} is a project number, as in `12345`, and {network} is a network name. To specify this field, you must have already [configured VPC Network Peering for Vertex AI](https://cloud.google.com/vertex-ai/docs/general/vpc-peering). If this field is left unspecified, the job is not peered with any network.",
14709
14711
"type": "string"
14710
14712
},
14713
+
"protectedArtifactLocationId": {
14714
+
"description": "The ID of the location to store protected artifacts. e.g. us-central1. Populate only when the location is different than CustomJob location. For unprotected artifacts, the value of this field is ignored. List of supported locations: https://cloud.google.com/vertex-ai/docs/general/locations",
14715
+
"type": "string"
14716
+
},
14711
14717
"reservedIpRanges": {
14712
14718
"description": "Optional. A list of names for the reserved ip ranges under the VPC network that can be used for this job. If set, we will deploy the job within the provided ip ranges. Otherwise, the job will be deployed to any ip ranges under the provided VPC network. Example: ['vertex-ai-ip-range'].",
14713
14719
"items": {
@@ -16732,11 +16738,11 @@
16732
16738
"type": "object"
16733
16739
},
16734
16740
"GoogleCloudAiplatformV1Feature": {
16735
-
"description": "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.",
16741
+
"description": "Feature Metadata information. For example, color is a feature that describes an apple.",
16736
16742
"id": "GoogleCloudAiplatformV1Feature",
16737
16743
"properties": {
16738
16744
"createTime": {
16739
-
"description": "Output only. Timestamp when this EntityType was created.",
16745
+
"description": "Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created.",
16740
16746
"format": "google-datetime",
16741
16747
"readOnly": true,
16742
16748
"type": "string"
@@ -16746,7 +16752,7 @@
16746
16752
"type": "string"
16747
16753
},
16748
16754
"disableMonitoring": {
16749
-
"description": "Optional. If not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If set to true, all types of data monitoring are disabled despite the config on EntityType.",
16755
+
"description": "Optional. Only applicable for Vertex AI Feature Store (Legacy). If not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If set to true, all types of data monitoring are disabled despite the config on EntityType.",
16750
16756
"type": "boolean"
16751
16757
},
16752
16758
"etag": {
@@ -16761,25 +16767,25 @@
16761
16767
"type": "object"
16762
16768
},
16763
16769
"monitoringStatsAnomalies": {
16764
-
"description": "Output only. The list of historical stats and anomalies with specified objectives.",
16770
+
"description": "Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.",
"description": "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.",
16778
+
"description": "Immutable. Name of the Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}` `projects/{project}/locations/{location}/featureGroups/{feature_group}/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.",
16773
16779
"type": "string"
16774
16780
},
16775
16781
"updateTime": {
16776
-
"description": "Output only. Timestamp when this EntityType was most recently updated.",
16782
+
"description": "Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated.",
16777
16783
"format": "google-datetime",
16778
16784
"readOnly": true,
16779
16785
"type": "string"
16780
16786
},
16781
16787
"valueType": {
16782
-
"description": "Immutable. Type of Feature value.",
16788
+
"description": "Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value.",
0 commit comments