Accelerator class
An accelerator card attached to the instance.
Constructors
- Accelerator({int? count, String? type})
- Accelerator.fromJson(Map json_)
Properties
- count ↔ int?
-
Number of accelerator cards exposed to the instance.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
Type of accelerator resource to attach to the instance, for example,
"nvidia-tesla-p100"
.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