GoogleCloudAiplatformV1MachineSpec class
Specification of a single machine.
Constructors
- GoogleCloudAiplatformV1MachineSpec({int? acceleratorCount, String? acceleratorType, String? machineType, String? tpuTopology})
- GoogleCloudAiplatformV1MachineSpec.fromJson(Map json_)
Properties
- acceleratorCount ↔ int?
-
The number of accelerators to attach to the machine.
getter/setter pair
- acceleratorType ↔ String?
-
The type of accelerator(s) that may be attached to the machine as per
accelerator_count.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- machineType ↔ String?
-
The type of the machine.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tpuTopology ↔ String?
-
The topology of the TPUs.
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