AppInstanceType enum
- Inheritance
- Available extensions
Values
- system → const AppInstanceType
- mlT3Micro → const AppInstanceType
- mlT3Small → const AppInstanceType
- mlT3Medium → const AppInstanceType
- mlT3Large → const AppInstanceType
- mlT3Xlarge → const AppInstanceType
- mlT3_2xlarge → const AppInstanceType
- mlM5Large → const AppInstanceType
- mlM5Xlarge → const AppInstanceType
- mlM5_2xlarge → const AppInstanceType
- mlM5_4xlarge → const AppInstanceType
- mlM5_8xlarge → const AppInstanceType
- mlM5_12xlarge → const AppInstanceType
- mlM5_16xlarge → const AppInstanceType
- mlM5_24xlarge → const AppInstanceType
- mlC5Large → const AppInstanceType
- mlC5Xlarge → const AppInstanceType
- mlC5_2xlarge → const AppInstanceType
- mlC5_4xlarge → const AppInstanceType
- mlC5_9xlarge → const AppInstanceType
- mlC5_12xlarge → const AppInstanceType
- mlC5_18xlarge → const AppInstanceType
- mlC5_24xlarge → const AppInstanceType
- mlP3_2xlarge → const AppInstanceType
- mlP3_8xlarge → const AppInstanceType
- mlP3_16xlarge → const AppInstanceType
- mlG4dnXlarge → const AppInstanceType
- mlG4dn_2xlarge → const AppInstanceType
- mlG4dn_4xlarge → const AppInstanceType
- mlG4dn_8xlarge → const AppInstanceType
- mlG4dn_12xlarge → const AppInstanceType
- mlG4dn_16xlarge → const AppInstanceType
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 AppInstanceType, provided by the AppInstanceTypeValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AppInstanceType> - A constant List of the values in this enum, in order of their declaration.