gce_vm_gpu {googleComputeEngineR}R Documentation

Launch a GPU enabled instance

Description

Helper function that fills in some defaults passed to gce_vm

Usage

gce_vm_gpu(..., return_dots = FALSE)

Arguments

...

arguments passed to gce_vm

return_dots

Only return the settings, do not call gce_vm

Details

If not specified, this function will enter defaults to get a GPU instance up and running.

Value

A VM object

See Also

https://cloud.google.com/deep-learning-vm/docs/quickstart-cli

Other GPU instances: gce_check_gpu, gce_list_gpus


[Package googleComputeEngineR version 0.3.0 Index]