google_api_machine_learning v0.13.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_AcceleratorConfig View Source

Represents a hardware accelerator request config. Note that the AcceleratorConfig can be used in both Jobs and Versions. Learn more about accelerators for training and accelerators for online prediction.

Attributes

  • count (type: String.t, default: nil) - The number of accelerators to attach to each machine running the job.
  • type (type: String.t, default: nil) - The type of accelerator to use.

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.MachineLearning.V1.Model.GoogleCloudMlV1_AcceleratorConfig{
  count: String.t(),
  type: 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.