Skip to content

Commit

Permalink
Upgrade terraform-provider-google-beta to v6.11.2 (#2645)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-gcp
--kind=all --target-version=6.11.2`.

---

- Upgrading terraform-provider-google-beta from 6.11.1  to 6.11.2.
	Fixes #2639
  • Loading branch information
pulumi-bot authored Nov 18, 2024
1 parent ea11cd1 commit 6e6af88
Show file tree
Hide file tree
Showing 9 changed files with 101 additions and 129 deletions.
7 changes: 4 additions & 3 deletions provider/cmd/pulumi-resource-gcp/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -270225,7 +270225,7 @@
},
"trafficSplit": {
"type": "string",
"description": "A map from a DeployedModel's id to the percentage of this Endpoint's traffic that should be forwarded to that DeployedModel.\nIf a DeployedModel's id is not listed in this map, then it receives no traffic.\nThe traffic percentage values must add up to 100, or map must be empty if the Endpoint is to not accept any traffic at a moment.\n\u003e **Note:** The `traffic_split` setting only applies after a model has been deployed to the endpoint. Re-applying a `gcp.vertex.AiEndpoint`\nresource without updating the `traffic_split` post-deployment may lead to your deployed `traffic_split` being lost; see\nthe `deployModel` [example](https://cloud.google.com/vertex-ai/docs/general/deployment#deploy_a_model_to_an_endpoint) and\n[documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1beta1/projects.locations.endpoints/deployModel) for details.\n"
"description": "A map from a DeployedModel's id to the percentage of this Endpoint's traffic that should be forwarded to that DeployedModel.\nIf a DeployedModel's id is not listed in this map, then it receives no traffic.\nThe traffic percentage values must add up to 100, or map must be empty if the Endpoint is to not accept any traffic at a moment. See\nthe `deployModel` [example](https://cloud.google.com/vertex-ai/docs/general/deployment#deploy_a_model_to_an_endpoint) and\n[documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1beta1/projects.locations.endpoints/deployModel) for more information.\n\u003e **Note:** To set the map to empty, set `\"{}\"`, apply, and then remove the field from your config.\n"
},
"updateTime": {
"type": "string",
Expand All @@ -270244,6 +270244,7 @@
"name",
"project",
"pulumiLabels",
"trafficSplit",
"updateTime"
],
"inputProperties": {
Expand Down Expand Up @@ -270306,7 +270307,7 @@
},
"trafficSplit": {
"type": "string",
"description": "A map from a DeployedModel's id to the percentage of this Endpoint's traffic that should be forwarded to that DeployedModel.\nIf a DeployedModel's id is not listed in this map, then it receives no traffic.\nThe traffic percentage values must add up to 100, or map must be empty if the Endpoint is to not accept any traffic at a moment.\n\u003e **Note:** The `traffic_split` setting only applies after a model has been deployed to the endpoint. Re-applying a `gcp.vertex.AiEndpoint`\nresource without updating the `traffic_split` post-deployment may lead to your deployed `traffic_split` being lost; see\nthe `deployModel` [example](https://cloud.google.com/vertex-ai/docs/general/deployment#deploy_a_model_to_an_endpoint) and\n[documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1beta1/projects.locations.endpoints/deployModel) for details.\n"
"description": "A map from a DeployedModel's id to the percentage of this Endpoint's traffic that should be forwarded to that DeployedModel.\nIf a DeployedModel's id is not listed in this map, then it receives no traffic.\nThe traffic percentage values must add up to 100, or map must be empty if the Endpoint is to not accept any traffic at a moment. See\nthe `deployModel` [example](https://cloud.google.com/vertex-ai/docs/general/deployment#deploy_a_model_to_an_endpoint) and\n[documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1beta1/projects.locations.endpoints/deployModel) for more information.\n\u003e **Note:** To set the map to empty, set `\"{}\"`, apply, and then remove the field from your config.\n"
}
},
"requiredInputs": [
Expand Down Expand Up @@ -270414,7 +270415,7 @@
},
"trafficSplit": {
"type": "string",
"description": "A map from a DeployedModel's id to the percentage of this Endpoint's traffic that should be forwarded to that DeployedModel.\nIf a DeployedModel's id is not listed in this map, then it receives no traffic.\nThe traffic percentage values must add up to 100, or map must be empty if the Endpoint is to not accept any traffic at a moment.\n\u003e **Note:** The `traffic_split` setting only applies after a model has been deployed to the endpoint. Re-applying a `gcp.vertex.AiEndpoint`\nresource without updating the `traffic_split` post-deployment may lead to your deployed `traffic_split` being lost; see\nthe `deployModel` [example](https://cloud.google.com/vertex-ai/docs/general/deployment#deploy_a_model_to_an_endpoint) and\n[documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1beta1/projects.locations.endpoints/deployModel) for details.\n"
"description": "A map from a DeployedModel's id to the percentage of this Endpoint's traffic that should be forwarded to that DeployedModel.\nIf a DeployedModel's id is not listed in this map, then it receives no traffic.\nThe traffic percentage values must add up to 100, or map must be empty if the Endpoint is to not accept any traffic at a moment. See\nthe `deployModel` [example](https://cloud.google.com/vertex-ai/docs/general/deployment#deploy_a_model_to_an_endpoint) and\n[documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1beta1/projects.locations.endpoints/deployModel) for more information.\n\u003e **Note:** To set the map to empty, set `\"{}\"`, apply, and then remove the field from your config.\n"
},
"updateTime": {
"type": "string",
Expand Down
23 changes: 10 additions & 13 deletions sdk/dotnet/Vertex/AiEndpoint.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 21 additions & 27 deletions sdk/go/gcp/vertex/aiEndpoint.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6e6af88

Please sign in to comment.