QueuedResource class
A QueuedResource represents a request for resources that will be placed in a queue and fulfilled when the necessary resources are available.
Constructors
- QueuedResource({String? createTime, Guaranteed? guaranteed, String? name, QueueingPolicy? queueingPolicy, String? reservationName, Spot? spot, QueuedResourceState? state, Tpu? tpu})
- QueuedResource.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time when the QueuedResource was created.
getter/setter pair
- guaranteed ↔ Guaranteed?
-
The Guaranteed tier
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The name of the QueuedResource.
getter/setter pair
- queueingPolicy ↔ QueueingPolicy?
-
The queueing policy of the QueuedRequest.
getter/setter pair
- reservationName ↔ String?
-
Name of the reservation in which the resource should be provisioned.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spot ↔ Spot?
-
The Spot tier.
getter/setter pair
- state ↔ QueuedResourceState?
-
State of the QueuedResource request.
getter/setter pair
- tpu ↔ Tpu?
-
Defines a TPU resource.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited