GoogleCloudMlV1__AcceleratorConfigResponse

data class GoogleCloudMlV1__AcceleratorConfigResponse(val count: String, val type: String)

Represents a hardware accelerator request config. Note that the AcceleratorConfig can be used in both Jobs and Versions. Learn more about /ml-engine/docs/using-gpus and /ml-engine/docs/machine-types-online-prediction#gpus.

Constructors

constructor(count: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of accelerators to attach to each machine running the job.

Link copied to clipboard

The type of accelerator to use.