TransformInstanceType enum
- Inheritance
- Available extensions
Values
- mlM4Xlarge → const TransformInstanceType
- mlM4_2xlarge → const TransformInstanceType
- mlM4_4xlarge → const TransformInstanceType
- mlM4_10xlarge → const TransformInstanceType
- mlM4_16xlarge → const TransformInstanceType
- mlC4Xlarge → const TransformInstanceType
- mlC4_2xlarge → const TransformInstanceType
- mlC4_4xlarge → const TransformInstanceType
- mlC4_8xlarge → const TransformInstanceType
- mlP2Xlarge → const TransformInstanceType
- mlP2_8xlarge → const TransformInstanceType
- mlP2_16xlarge → const TransformInstanceType
- mlP3_2xlarge → const TransformInstanceType
- mlP3_8xlarge → const TransformInstanceType
- mlP3_16xlarge → const TransformInstanceType
- mlC5Xlarge → const TransformInstanceType
- mlC5_2xlarge → const TransformInstanceType
- mlC5_4xlarge → const TransformInstanceType
- mlC5_9xlarge → const TransformInstanceType
- mlC5_18xlarge → const TransformInstanceType
- mlM5Large → const TransformInstanceType
- mlM5Xlarge → const TransformInstanceType
- mlM5_2xlarge → const TransformInstanceType
- mlM5_4xlarge → const TransformInstanceType
- mlM5_12xlarge → const TransformInstanceType
- mlM5_24xlarge → const TransformInstanceType
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 TransformInstanceType, provided by the TransformInstanceTypeValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
TransformInstanceType> - A constant List of the values in this enum, in order of their declaration.