File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ id_format: projects/{{project}}/locations/{{location}}/instances/{{instance_id}}
2727import_format :
2828 - projects/{{project}}/locations/{{location}}/instances/{{instance_id}}
2929timeouts :
30- insert_minutes : 40
31- update_minutes : 20
32- delete_minutes : 20
30+ insert_minutes : 120
31+ update_minutes : 60
32+ delete_minutes : 60
3333sweeper :
3434 url_substitutions :
3535 - location : " us-central1-a"
4949 operation :
5050 timeouts :
5151 insert_minutes : 120
52- update_minutes : 20
53- delete_minutes : 20
52+ update_minutes : 60
53+ delete_minutes : 60
5454 base_url : ' {{op_id}}'
5555 actions :
5656 - create
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ examples:
4444 name : ' reasoning-engine'
4545 - name : ' vertex_ai_reasoning_engine_source_based_deployment'
4646 primary_resource_id : ' reasoning_engine'
47- exclude_docs : true
4847 vars :
4948 name : ' reasoning-engine'
5049 - name : ' vertex_ai_reasoning_engine_full'
@@ -217,16 +216,16 @@ properties:
217216 - name : ' minInstances'
218217 type : ' Integer'
219218 description : |
220- Optional. The maximum number of application instances that can be
221- launched to handle increased traffic. Defaults to 100.
222- Range: [1, 1000]. If VPC-SC or PSC-I is enabled, the acceptable
223- range is [1, 100].
219+ Optional. The minimum number of application instances that will be
220+ kept running at all times. Defaults to 1. Range: [0, 10].
224221 default_from_api : true
225222 - name : ' maxInstances'
226223 type : ' Integer'
227224 description : |
228- Optional. The minimum number of application instances that will be
229- kept running at all times. Defaults to 1. Range: [0, 10].
225+ Optional. The maximum number of application instances that can be
226+ launched to handle increased traffic. Defaults to 100.
227+ Range: [1, 1000]. If VPC-SC or PSC-I is enabled, the acceptable
228+ range is [1, 100].
230229 default_from_api : true
231230 - name : ' containerConcurrency'
232231 type : ' Integer'
You can’t perform that action at this time.
0 commit comments