@@ -177,7 +177,9 @@ def create(
177177
178178 file_mounts: (Optional) Map of paths and file contents to write before setup.
179179
180- launch_parameters: Parameters to configure your Devbox at launch time.
180+ launch_parameters: LaunchParameters enable you to customize the resources available to your Devbox
181+ as well as the environment set up that should be completed before the Devbox is
182+ marked as 'running'.
181183
182184 metadata: (Optional) User defined metadata for the Blueprint.
183185
@@ -529,7 +531,9 @@ def create_from_inspection(
529531
530532 file_mounts: (Optional) Map of paths and file contents to write before setup.
531533
532- launch_parameters: Parameters to configure your Devbox at launch time.
534+ launch_parameters: LaunchParameters enable you to customize the resources available to your Devbox
535+ as well as the environment set up that should be completed before the Devbox is
536+ marked as 'running'.
533537
534538 metadata: (Optional) User defined metadata for the Blueprint.
535539
@@ -722,7 +726,9 @@ def preview(
722726
723727 file_mounts: (Optional) Map of paths and file contents to write before setup.
724728
725- launch_parameters: Parameters to configure your Devbox at launch time.
729+ launch_parameters: LaunchParameters enable you to customize the resources available to your Devbox
730+ as well as the environment set up that should be completed before the Devbox is
731+ marked as 'running'.
726732
727733 metadata: (Optional) User defined metadata for the Blueprint.
728734
@@ -858,7 +864,9 @@ async def create(
858864
859865 file_mounts: (Optional) Map of paths and file contents to write before setup.
860866
861- launch_parameters: Parameters to configure your Devbox at launch time.
867+ launch_parameters: LaunchParameters enable you to customize the resources available to your Devbox
868+ as well as the environment set up that should be completed before the Devbox is
869+ marked as 'running'.
862870
863871 metadata: (Optional) User defined metadata for the Blueprint.
864872
@@ -1210,7 +1218,9 @@ async def create_from_inspection(
12101218
12111219 file_mounts: (Optional) Map of paths and file contents to write before setup.
12121220
1213- launch_parameters: Parameters to configure your Devbox at launch time.
1221+ launch_parameters: LaunchParameters enable you to customize the resources available to your Devbox
1222+ as well as the environment set up that should be completed before the Devbox is
1223+ marked as 'running'.
12141224
12151225 metadata: (Optional) User defined metadata for the Blueprint.
12161226
@@ -1403,7 +1413,9 @@ async def preview(
14031413
14041414 file_mounts: (Optional) Map of paths and file contents to write before setup.
14051415
1406- launch_parameters: Parameters to configure your Devbox at launch time.
1416+ launch_parameters: LaunchParameters enable you to customize the resources available to your Devbox
1417+ as well as the environment set up that should be completed before the Devbox is
1418+ marked as 'running'.
14071419
14081420 metadata: (Optional) User defined metadata for the Blueprint.
14091421
0 commit comments