You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`region`|`us-west``us-east``eu-west``eu-north`|`us-west`| Sets the collocation region. AWS or Azure regions are also accepted. |
143
143
|`image`||`iterative-cml` in AWS `Canonical:UbuntuServer:18.04-LTS:latest` in Azure | Sets the image to be used. On AWS the provider does a search in the cloud provider by image name not by id, taking the lastest version in case there are many with the same name. Defaults to [iterative-cml image](#iterative-cml-image). On Azure uses the form Publisher:Offer:SKU:Version|
144
+
|`spot`| boolean | false | If true launch a spot instance |
145
+
|`spot_price`| float with 5 decimals at most | -1 | Sets the max price that you are willing to pay by the hour. If not specified it takes current spot bidding pricing |
144
146
|`name`|| iterative\_{UID} | Sets the instance name and related resources based on that name. In Azure groups everything under a resource group with that name. |
145
147
|`instance_hdd_size`|| 10 | Sets the instance hard disk size in gb |
146
148
|`instance_type`|`m`, `l`, `xl`|`m`| Sets thee instance computing size. You can also specify vendor specific machines in AWS i.e. `t2.micro`. [See equivalences](#Supported-vendors) table below. |
|`region`|`us-west``us-east``eu-west``eu-north`|`us-west`| Sets the collocation region. AWS or Azure regions are also accepted. |
261
263
|`image`||`iterative-cml` in AWS `Canonical:UbuntuServer:18.04-LTS:latest` in Azure | Sets the image to be used. On AWS the provider does a search in the cloud provider by image name not by id, taking the lastest version in case there are many with the same name. Defaults to [iterative-cml image](#iterative-cml-image). On Azure uses the form Publisher:Offer:SKU:Version|
262
264
|`name`|| iterative\_{UID} | Sets the instance name and related resources based on that name. In Azure groups everything under a resource group with that name. |
265
+
|`spot`| boolean | false | If true launch a spot instance |
266
+
|`spot_price`| float with 5 decimals at most | -1 | Sets the max price that you are willing to pay by the hour. If not specified it takes current spot bidding pricing |
263
267
|`instance_hdd_size`|| 10 | Sets the instance hard disk size in gb |
264
268
|`instance_type`|`m`, `l`, `xl`|`m`| Sets thee instance computing size. You can also specify vendor specific machines in AWS i.e. `t2.micro`. [See equivalences](#Supported-vendors) table below. |
265
269
|`instance_gpu`| ``, `testla`, `k80`| `` | Sets the desired GPU if the `instance_type` is one of our types. |
0 commit comments