google_api_dataproc v0.6.0 GoogleApi.Dataproc.V1.Model.AcceleratorConfig View Source

Specifies the type and number of accelerator cards attached to the instances of an instance. See GPUs on Compute Engine.

Attributes

  • acceleratorCount (integer()): The number of the accelerator cards of this type exposed to this instance. Defaults to: null.
  • acceleratorTypeUri (String.t): Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See Compute Engine AcceleratorTypes.Examples: https://www.googleapis.com/compute/beta/projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80 projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80 nvidia-tesla-k80Auto Zone Exception: If you are using the Cloud Dataproc Auto Zone Placement feature, you must use the short name of the accelerator type resource, for example, nvidia-tesla-k80. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Dataproc.V1.Model.AcceleratorConfig{
  acceleratorCount: any(),
  acceleratorTypeUri: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.