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