workloadType property
The workload type of the instances that will target this reservation. Possible string values are:
- "BATCH" : Reserved resources will be optimized for BATCH workloads, such as ML training.
- "SERVING" : Reserved resources will be optimized for SERVING workloads, such as ML inference.
- "UNSPECIFIED"
Implementation
core.String? workloadType;