Skip to content

Commit 5779cfc

Browse files
feat(all): auto-regenerate discovery clients (#2197)
1 parent 34e0216 commit 5779cfc

35 files changed

Lines changed: 10299 additions & 721 deletions

aiplatform/v1/aiplatform-api.json

Lines changed: 65 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4109,12 +4109,11 @@
41094109
],
41104110
"parameters": {
41114111
"featureId": {
4112-
"description": "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 .",
4112+
"description": "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.",
41134113
"location": "query",
41144114
"type": "string"
41154115
},
41164116
"parent": {
4117-
"description": "Required. The resource name of the EntityType to create a Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`",
41184117
"location": "path",
41194118
"pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$",
41204119
"required": true,
@@ -4142,7 +4141,7 @@
41424141
],
41434142
"parameters": {
41444143
"name": {
4145-
"description": "Required. The name of the Features to be deleted. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`",
4144+
"description": "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}`",
41464145
"location": "path",
41474146
"pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+$",
41484147
"required": true,
@@ -4167,7 +4166,7 @@
41674166
],
41684167
"parameters": {
41694168
"name": {
4170-
"description": "Required. The name of the Feature resource. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`",
4169+
"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}`",
41714170
"location": "path",
41724171
"pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+/features/[^/]+$",
41734172
"required": true,
@@ -4219,7 +4218,7 @@
42194218
"type": "string"
42204219
},
42214220
"parent": {
4222-
"description": "Required. The resource name of the Location to list Features. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`",
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}`",
42234222
"location": "path",
42244223
"pattern": "^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$",
42254224
"required": true,
@@ -8760,7 +8759,7 @@
87608759
],
87618760
"parameters": {
87628761
"filter": {
8763-
"description": "Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `notebookRuntimeTemplate` supports = and !=. `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of the NotebookRuntimeTemplate's resource name. * `display_name` supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels.\"a key\"`. Some examples: * `notebookRuntimeTemplate=notebookRuntimeTemplate123` * `displayName=\"myDisplayName\"` * `labels.myKey=\"myValue\"`",
8762+
"description": "Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `notebookRuntimeTemplate` supports = and !=. `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of the NotebookRuntimeTemplate's resource name. * `display_name` supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels.\"a key\"`. * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: [USER_DEFINED, ONE_CLICK]. Some examples: * `notebookRuntimeTemplate=notebookRuntimeTemplate123` * `displayName=\"myDisplayName\"` * `labels.myKey=\"myValue\"` * `notebookRuntimeType=USER_DEFINED`",
87648763
"location": "query",
87658764
"type": "string"
87668765
},
@@ -8953,7 +8952,7 @@
89538952
],
89548953
"parameters": {
89558954
"filter": {
8956-
"description": "Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `notebookRuntime` supports = and !=. `notebookRuntime` represents the NotebookRuntime ID, i.e. the last segment of the NotebookRuntime's resource name. * `displayName` supports = and != and regex. * `notebookRuntimeTemplate` supports = and !=. `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of the NotebookRuntimeTemplate's resource name. * `healthState` supports = and !=. healthState enum: [HEALTHY, UNHEALTHY, HEALTH_STATE_UNSPECIFIED]. * `runtimeState` supports = and !=. runtimeState enum: [RUNTIME_STATE_UNSPECIFIED, RUNNING, BEING_STARTED, BEING_STOPPED, STOPPED, BEING_UPGRADED]. * `runtimeUser` supports = and !=. * API version is UI only: `uiState` supports = and !=. uiState enum: [UI_RESOURCE_STATE_UNSPECIFIED, UI_RESOURCE_STATE_BEING_CREATED, UI_RESOURCE_STATE_ACTIVE, UI_RESOURCE_STATE_BEING_DELETED, UI_RESOURCE_STATE_CREATION_FAILED]. Some examples: * `notebookRuntime=\"notebookRuntime123\"` * `displayName=\"myDisplayName\"` and `displayName=~\"myDisplayNameRegex\"` * `notebookRuntimeTemplate=\"notebookRuntimeTemplate321\"` * `healthState=HEALTHY` * `runtimeState=RUNNING` * `runtimeUser=\"test@google.com\"` * `uiState=UI_RESOURCE_STATE_BEING_DELETED`",
8955+
"description": "Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `notebookRuntime` supports = and !=. `notebookRuntime` represents the NotebookRuntime ID, i.e. the last segment of the NotebookRuntime's resource name. * `displayName` supports = and != and regex. * `notebookRuntimeTemplate` supports = and !=. `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of the NotebookRuntimeTemplate's resource name. * `healthState` supports = and !=. healthState enum: [HEALTHY, UNHEALTHY, HEALTH_STATE_UNSPECIFIED]. * `runtimeState` supports = and !=. runtimeState enum: [RUNTIME_STATE_UNSPECIFIED, RUNNING, BEING_STARTED, BEING_STOPPED, STOPPED, BEING_UPGRADED]. * `runtimeUser` supports = and !=. * API version is UI only: `uiState` supports = and !=. uiState enum: [UI_RESOURCE_STATE_UNSPECIFIED, UI_RESOURCE_STATE_BEING_CREATED, UI_RESOURCE_STATE_ACTIVE, UI_RESOURCE_STATE_BEING_DELETED, UI_RESOURCE_STATE_CREATION_FAILED]. * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: [USER_DEFINED, ONE_CLICK]. Some examples: * `notebookRuntime=\"notebookRuntime123\"` * `displayName=\"myDisplayName\"` and `displayName=~\"myDisplayNameRegex\"` * `notebookRuntimeTemplate=\"notebookRuntimeTemplate321\"` * `healthState=HEALTHY` * `runtimeState=RUNNING` * `runtimeUser=\"test@google.com\"` * `uiState=UI_RESOURCE_STATE_BEING_DELETED` * `notebookRuntimeType=USER_DEFINED`",
89578956
"location": "query",
89588957
"type": "string"
89598958
},
@@ -12998,7 +12997,7 @@
1299812997
}
1299912998
}
1300012999
},
13001-
"revision": "20230914",
13000+
"revision": "20230929",
1300213001
"rootUrl": "https://aiplatform.googleapis.com/",
1300313002
"schemas": {
1300413003
"GoogleApiHttpBody": {
@@ -14403,19 +14402,18 @@
1440314402
"type": "object"
1440414403
},
1440514404
"GoogleCloudAiplatformV1CreateFeatureRequest": {
14406-
"description": "Request message for FeaturestoreService.CreateFeature.",
14405+
"description": "Request message for FeaturestoreService.CreateFeature. Request message for FeatureRegistryService.CreateFeature.",
1440714406
"id": "GoogleCloudAiplatformV1CreateFeatureRequest",
1440814407
"properties": {
1440914408
"feature": {
1441014409
"$ref": "GoogleCloudAiplatformV1Feature",
1441114410
"description": "Required. The Feature to create."
1441214411
},
1441314412
"featureId": {
14414-
"description": "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 .",
14413+
"description": "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.",
1441514414
"type": "string"
1441614415
},
1441714416
"parent": {
14418-
"description": "Required. The resource name of the EntityType to create a Feature. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`",
1441914417
"type": "string"
1442014418
}
1442114419
},
@@ -18376,7 +18374,7 @@
1837618374
"type": "object"
1837718375
},
1837818376
"GoogleCloudAiplatformV1ListFeaturesResponse": {
18379-
"description": "Response message for FeaturestoreService.ListFeatures.",
18377+
"description": "Response message for FeaturestoreService.ListFeatures. Response message for FeatureRegistryService.ListFeatures.",
1838018378
"id": "GoogleCloudAiplatformV1ListFeaturesResponse",
1838118379
"properties": {
1838218380
"features": {
@@ -23870,6 +23868,45 @@
2387023868
},
2387123869
"type": "object"
2387223870
},
23871+
"GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig": {
23872+
"description": "The configuration for grounding checking.",
23873+
"id": "GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig",
23874+
"properties": {
23875+
"sources": {
23876+
"description": "The sources for the grounding checking.",
23877+
"items": {
23878+
"$ref": "GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry"
23879+
},
23880+
"type": "array"
23881+
}
23882+
},
23883+
"type": "object"
23884+
},
23885+
"GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry": {
23886+
"description": "Single source entry for the grounding checking.",
23887+
"id": "GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry",
23888+
"properties": {
23889+
"enterpriseDatastore": {
23890+
"description": "The uri of the Enterprise Search data source.",
23891+
"type": "string"
23892+
},
23893+
"type": {
23894+
"description": "The type of the grounding checking source.",
23895+
"enum": [
23896+
"UNSPECIFIED",
23897+
"WEB",
23898+
"ENTERPRISE"
23899+
],
23900+
"enumDescriptions": [
23901+
"",
23902+
"Uses Web Search to check the grounding.",
23903+
"Uses Enterprise Search to check the grounding."
23904+
],
23905+
"type": "string"
23906+
}
23907+
},
23908+
"type": "object"
23909+
},
2387323910
"GoogleCloudAiplatformV1SchemaPredictParamsImageClassificationPredictionParams": {
2387423911
"description": "Prediction model parameters for Image Classification.",
2387523912
"id": "GoogleCloudAiplatformV1SchemaPredictParamsImageClassificationPredictionParams",
@@ -24588,10 +24625,19 @@
2458824625
"description": "The metadata of Datasets that contain Text Prompt data.",
2458924626
"id": "GoogleCloudAiplatformV1SchemaTextPromptDatasetMetadata",
2459024627
"properties": {
24628+
"candidateCount": {
24629+
"description": "Number of candidates.",
24630+
"format": "int64",
24631+
"type": "string"
24632+
},
2459124633
"gcsUri": {
2459224634
"description": "The Google Cloud Storage URI that stores the prompt data.",
2459324635
"type": "string"
2459424636
},
24637+
"groundingConfig": {
24638+
"$ref": "GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig",
24639+
"description": "Grounding checking configuration."
24640+
},
2459524641
"maxOutputTokens": {
2459624642
"description": "Value of the maximum number of tokens generated set when the dataset was saved.",
2459724643
"format": "int64",
@@ -24601,6 +24647,13 @@
2460124647
"description": "Type of the prompt dataset.",
2460224648
"type": "string"
2460324649
},
24650+
"stopSequences": {
24651+
"description": "Customized stop sequences.",
24652+
"items": {
24653+
"type": "string"
24654+
},
24655+
"type": "array"
24656+
},
2460424657
"temperature": {
2460524658
"description": "Temperature value used for sampling set when the dataset was saved. This value is used to tune the degree of randomness.",
2460624659
"format": "float",

0 commit comments

Comments
 (0)