machineType property

  1. @TagNumber(1)
String machineType

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.

Implementation

@$pb.TagNumber(1)
$core.String get machineType => $_getSZ(0);
  1. @TagNumber(1)
void machineType=(String v)

Implementation

@$pb.TagNumber(1)
set machineType($core.String v) { $_setString(0, v); }