View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MachineSpec (google_api_ai_platform v0.13.0)
Specification of a single machine.
Attributes
-
acceleratorCount
(type:integer()
, default:nil
) - The number of accelerators to attach to the machine. -
acceleratorType
(type:String.t
, default:nil
) - Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count. -
machineType
(type:String.t
, default:nil
) - Immutable. The type of the machine. See the list of machine types supported for prediction See the list of machine types supported for custom training. For DeployedModel this field is optional, and the default value isn1-standard-2
. For BatchPredictionJob or as part of WorkerPoolSpec this field is required. -
reservationAffinity
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReservationAffinity.t
, default:nil
) - Optional. Immutable. Configuration controlling how this resource pool consumes reservation. -
tpuTopology
(type:String.t
, default:nil
) - Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MachineSpec{ acceleratorCount: integer() | nil, acceleratorType: String.t() | nil, machineType: String.t() | nil, reservationAffinity: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReservationAffinity.t() | nil, tpuTopology: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.