ProcessingInstanceType enum

Inheritance

Constructors

ProcessingInstanceType()
const

Values

mlT3Medium → const ProcessingInstanceType
mlT3Large → const ProcessingInstanceType
mlT3Xlarge → const ProcessingInstanceType
mlT3_2xlarge → const ProcessingInstanceType
mlM4Xlarge → const ProcessingInstanceType
mlM4_2xlarge → const ProcessingInstanceType
mlM4_4xlarge → const ProcessingInstanceType
mlM4_10xlarge → const ProcessingInstanceType
mlM4_16xlarge → const ProcessingInstanceType
mlC4Xlarge → const ProcessingInstanceType
mlC4_2xlarge → const ProcessingInstanceType
mlC4_4xlarge → const ProcessingInstanceType
mlC4_8xlarge → const ProcessingInstanceType
mlP2Xlarge → const ProcessingInstanceType
mlP2_8xlarge → const ProcessingInstanceType
mlP2_16xlarge → const ProcessingInstanceType
mlP3_2xlarge → const ProcessingInstanceType
mlP3_8xlarge → const ProcessingInstanceType
mlP3_16xlarge → const ProcessingInstanceType
mlC5Xlarge → const ProcessingInstanceType
mlC5_2xlarge → const ProcessingInstanceType
mlC5_4xlarge → const ProcessingInstanceType
mlC5_9xlarge → const ProcessingInstanceType
mlC5_18xlarge → const ProcessingInstanceType
mlM5Large → const ProcessingInstanceType
mlM5Xlarge → const ProcessingInstanceType
mlM5_2xlarge → const ProcessingInstanceType
mlM5_4xlarge → const ProcessingInstanceType
mlM5_12xlarge → const ProcessingInstanceType
mlM5_24xlarge → const ProcessingInstanceType
mlR5Large → const ProcessingInstanceType
mlR5Xlarge → const ProcessingInstanceType
mlR5_2xlarge → const ProcessingInstanceType
mlR5_4xlarge → const ProcessingInstanceType
mlR5_8xlarge → const ProcessingInstanceType
mlR5_12xlarge → const ProcessingInstanceType
mlR5_16xlarge → const ProcessingInstanceType
mlR5_24xlarge → const ProcessingInstanceType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ProcessingInstanceType>
A constant List of the values in this enum, in order of their declaration.