Google Cloud Ai Platform V1 Client - Class MachineSpec (0.16.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class MachineSpec.

Specification of a single machine.

Generated from protobuf message google.cloud.aiplatform.v1.MachineSpec

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ machine_type string

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 is n1-standard-2. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.

↳ accelerator_type int

Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.

↳ accelerator_count int

The number of accelerators to attach to the machine.

getMachineType

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 is n1-standard-2. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.

Returns
TypeDescription
string

setMachineType

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 is n1-standard-2. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAcceleratorType

Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.

Returns
TypeDescription
int

setAcceleratorType

Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getAcceleratorCount

The number of accelerators to attach to the machine.

Returns
TypeDescription
int

setAcceleratorCount

The number of accelerators to attach to the machine.

Parameter
NameDescription
var int
Returns
TypeDescription
$this