machineSpec property
Required. Immutable. The specification of a single machine used by the prediction.
Implementation
@$pb.TagNumber(1)
MachineSpec get machineSpec => $_getN(0);
Implementation
@$pb.TagNumber(1)
set machineSpec(MachineSpec v) { setField(1, v); }