InstanceType enum
- Inheritance
- Available extensions
Values
- mlT2Medium → const InstanceType
- mlT2Large → const InstanceType
- mlT2Xlarge → const InstanceType
- mlT2_2xlarge → const InstanceType
- mlT3Medium → const InstanceType
- mlT3Large → const InstanceType
- mlT3Xlarge → const InstanceType
- mlT3_2xlarge → const InstanceType
- mlM4Xlarge → const InstanceType
- mlM4_2xlarge → const InstanceType
- mlM4_4xlarge → const InstanceType
- mlM4_10xlarge → const InstanceType
- mlM4_16xlarge → const InstanceType
- mlM5Xlarge → const InstanceType
- mlM5_2xlarge → const InstanceType
- mlM5_4xlarge → const InstanceType
- mlM5_12xlarge → const InstanceType
- mlM5_24xlarge → const InstanceType
- mlC4Xlarge → const InstanceType
- mlC4_2xlarge → const InstanceType
- mlC4_4xlarge → const InstanceType
- mlC4_8xlarge → const InstanceType
- mlC5Xlarge → const InstanceType
- mlC5_2xlarge → const InstanceType
- mlC5_4xlarge → const InstanceType
- mlC5_9xlarge → const InstanceType
- mlC5_18xlarge → const InstanceType
- mlC5dXlarge → const InstanceType
- mlC5d_2xlarge → const InstanceType
- mlC5d_4xlarge → const InstanceType
- mlC5d_9xlarge → const InstanceType
- mlC5d_18xlarge → const InstanceType
- mlP2Xlarge → const InstanceType
- mlP2_8xlarge → const InstanceType
- mlP2_16xlarge → const InstanceType
- mlP3_2xlarge → const InstanceType
- mlP3_8xlarge → const InstanceType
- mlP3_16xlarge → const InstanceType
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toValue(
) → String -
Available on InstanceType, provided by the InstanceTypeValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
InstanceType> - A constant List of the values in this enum, in order of their declaration.