google_api_dataproc v0.26.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 (type: integer(), default: nil) - The number of the accelerator cards of this type exposed to this instance.
  • acceleratorTypeUri (type: String.t, default: nil) - 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 Dataproc Auto Zone Placement feature, you must use the short name of the accelerator type resource, for example, nvidia-tesla-k80.

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: integer(),
  acceleratorTypeUri: String.t()
}

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.