Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2850)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Oct 31, 2024
1 parent 5bc448d commit 7955ec4
Show file tree
Hide file tree
Showing 31 changed files with 7,348 additions and 404 deletions.
108 changes: 95 additions & 13 deletions aiplatform/v1/aiplatform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -5401,7 +5401,7 @@
"type": "string"
},
"updateMask": {
"description": "Field mask is used to specify the fields to be overwritten in the FeatureView 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: * `labels` * `service_agent_type` * `big_query_source` * `big_query_source.uri` * `big_query_source.entity_id_columns` * `feature_registry_source` * `feature_registry_source.feature_groups` * `sync_config` * `sync_config.cron`",
"description": "Field mask is used to specify the fields to be overwritten in the FeatureView 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: * `labels` * `service_agent_type` * `big_query_source` * `big_query_source.uri` * `big_query_source.entity_id_columns` * `feature_registry_source` * `feature_registry_source.feature_groups` * `sync_config` * `sync_config.cron` * `optimized_config.automatic_resources`",
"format": "google-fieldmask",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -12796,6 +12796,34 @@
"https://www.googleapis.com/auth/cloud-platform"
]
},
"stop": {
"description": "Stops a NotebookRuntime.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/notebookRuntimes/{notebookRuntimesId}:stop",
"httpMethod": "POST",
"id": "aiplatform.projects.locations.notebookRuntimes.stop",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the NotebookRuntime resource to be stopped. Instead of checking whether the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is no such NotebookRuntime in spanner.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/notebookRuntimes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}:stop",
"request": {
"$ref": "GoogleCloudAiplatformV1StopNotebookRuntimeRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"upgrade": {
"description": "Upgrades a NotebookRuntime.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/notebookRuntimes/{notebookRuntimesId}:upgrade",
Expand Down Expand Up @@ -17874,7 +17902,7 @@
}
}
},
"revision": "20241007",
"revision": "20241025",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionGenerateVideoResponse": {
Expand Down Expand Up @@ -19655,6 +19683,18 @@
},
"type": "object"
},
"GoogleCloudAiplatformV1ClientConnectionConfig": {
"description": "Configurations (e.g. inference timeout) that are applied on your endpoints.",
"id": "GoogleCloudAiplatformV1ClientConnectionConfig",
"properties": {
"inferenceTimeout": {
"description": "Customizable online prediction request timeout.",
"format": "google-duration",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudAiplatformV1CoherenceInput": {
"description": "Input for coherence metric.",
"id": "GoogleCloudAiplatformV1CoherenceInput",
Expand Down Expand Up @@ -20547,10 +20587,6 @@
"description": "The ID of the location to store protected artifacts. e.g. us-central1. Populate only when the location is different than CustomJob location. List of supported locations: https://cloud.google.com/vertex-ai/docs/general/locations",
"type": "string"
},
"pscInterfaceConfig": {
"$ref": "GoogleCloudAiplatformV1PscInterfaceConfig",
"description": "Optional. Configuration for PSC-I for CustomJob."
},
"reservedIpRanges": {
"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'].",
"items": {
Expand Down Expand Up @@ -21352,6 +21388,13 @@
"sharedResources": {
"description": "The resource name of the shared DeploymentResourcePool to deploy on. Format: `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`",
"type": "string"
},
"systemLabels": {
"additionalProperties": {
"type": "string"
},
"description": "System labels to apply to Model Garden deployments. System labels are managed by Google for internal use only.",
"type": "object"
}
},
"type": "object"
Expand Down Expand Up @@ -21562,6 +21605,10 @@
"description": "Models are deployed into it, and afterwards Endpoint is called to obtain predictions and explanations.",
"id": "GoogleCloudAiplatformV1Endpoint",
"properties": {
"clientConnectionConfig": {
"$ref": "GoogleCloudAiplatformV1ClientConnectionConfig",
"description": "Configurations that are applied to the endpoint for online prediction."
},
"createTime": {
"description": "Output only. Timestamp when this Endpoint was created.",
"format": "google-datetime",
Expand Down Expand Up @@ -23669,6 +23716,10 @@
"description": "Identifier. Name of the FeatureView. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`",
"type": "string"
},
"optimizedConfig": {
"$ref": "GoogleCloudAiplatformV1FeatureViewOptimizedConfig",
"description": "Optional. Configuration for FeatureView created under Optimized FeatureOnlineStore."
},
"satisfiesPzi": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
Expand Down Expand Up @@ -23848,6 +23899,17 @@
},
"type": "object"
},
"GoogleCloudAiplatformV1FeatureViewOptimizedConfig": {
"description": "Configuration for FeatureViews created in Optimized FeatureOnlineStore.",
"id": "GoogleCloudAiplatformV1FeatureViewOptimizedConfig",
"properties": {
"automaticResources": {
"$ref": "GoogleCloudAiplatformV1AutomaticResources",
"description": "Optional. A description of resources that the FeatureView uses, which to large degree are decided by Vertex AI, and optionally allows only a modest additional configuration. If min_replica_count is not set, the default value is 2. If max_replica_count is not set, the default value is 6. The max allowed replica count is 1000."
}
},
"type": "object"
},
"GoogleCloudAiplatformV1FeatureViewSync": {
"description": "FeatureViewSync is a representation of sync operation which copies data from data source to Feature View in Online Store.",
"id": "GoogleCloudAiplatformV1FeatureViewSync",
Expand Down Expand Up @@ -25049,6 +25111,10 @@
"description": "Chunk from context retrieved by the retrieval tools.",
"id": "GoogleCloudAiplatformV1GroundingChunkRetrievedContext",
"properties": {
"text": {
"description": "Text of the attribution.",
"type": "string"
},
"title": {
"description": "Title of the attribution.",
"type": "string"
Expand Down Expand Up @@ -31006,12 +31072,6 @@
},
"type": "object"
},
"GoogleCloudAiplatformV1PscInterfaceConfig": {
"description": "Configuration for PSC-I.",
"id": "GoogleCloudAiplatformV1PscInterfaceConfig",
"properties": {},
"type": "object"
},
"GoogleCloudAiplatformV1PublisherModel": {
"description": "A Model Garden Publisher Model.",
"id": "GoogleCloudAiplatformV1PublisherModel",
Expand Down Expand Up @@ -31223,7 +31283,7 @@
"additionalProperties": {
"type": "string"
},
"description": "Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.",
"description": "Optional. Labels for the deployment config. For managing deployment config like verifying, source of deployment config, etc.",
"type": "object"
},
"sampleRequest": {
Expand Down Expand Up @@ -35102,6 +35162,14 @@
},
"type": "array"
},
"infillPrefix": {
"description": "Preamble: For infill prompt, the prefix before expected model response.",
"type": "string"
},
"infillSuffix": {
"description": "Preamble: For infill prompt, the suffix after expected model response.",
"type": "string"
},
"inputPrefixes": {
"description": "Preamble: The input prefixes before each example input.",
"items": {
Expand All @@ -35116,6 +35184,13 @@
},
"type": "array"
},
"predictionInputs": {
"description": "Preamble: The input test data for prediction. Each PartList in this field represents one text-only input set for a single model request.",
"items": {
"$ref": "GoogleCloudAiplatformV1SchemaPromptSpecPartList"
},
"type": "array"
},
"promptMessage": {
"$ref": "GoogleCloudAiplatformV1SchemaPromptSpecPromptMessage",
"description": "The prompt message."
Expand Down Expand Up @@ -37467,6 +37542,12 @@
"properties": {},
"type": "object"
},
"GoogleCloudAiplatformV1StopNotebookRuntimeRequest": {
"description": "Request message for NotebookService.StopNotebookRuntime.",
"id": "GoogleCloudAiplatformV1StopNotebookRuntimeRequest",
"properties": {},
"type": "object"
},
"GoogleCloudAiplatformV1StopTrialRequest": {
"description": "Request message for VizierService.StopTrial.",
"id": "GoogleCloudAiplatformV1StopTrialRequest",
Expand Down Expand Up @@ -40349,6 +40430,7 @@
"type": "array"
},
"similarityTopK": {
"deprecated": true,
"description": "Optional. Number of top k results to return from the selected corpora.",
"format": "int32",
"type": "integer"
Expand Down
Loading

0 comments on commit 7955ec4

Please sign in to comment.