QueuedResource constructor
QueuedResource({
- String? createTime,
- Guaranteed? guaranteed,
- String? name,
- QueueingPolicy? queueingPolicy,
- String? reservationName,
- Spot? spot,
- QueuedResourceState? state,
- Tpu? tpu,
Implementation
QueuedResource({
this.createTime,
this.guaranteed,
this.name,
this.queueingPolicy,
this.reservationName,
this.spot,
this.state,
this.tpu,
});