{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}

-- Derived from AWS service descriptions, licensed under Apache 2.0.

-- |
-- Module      : Amazonka.SageMaker.Types.TrainingInstanceType
-- Copyright   : (c) 2013-2021 Brendan Hay
-- License     : Mozilla Public License, v. 2.0.
-- Maintainer  : Brendan Hay <brendan.g.hay+amazonka@gmail.com>
-- Stability   : auto-generated
-- Portability : non-portable (GHC extensions)
module Amazonka.SageMaker.Types.TrainingInstanceType
  ( TrainingInstanceType
      ( ..,
        TrainingInstanceType_Ml_c4_2xlarge,
        TrainingInstanceType_Ml_c4_4xlarge,
        TrainingInstanceType_Ml_c4_8xlarge,
        TrainingInstanceType_Ml_c4_xlarge,
        TrainingInstanceType_Ml_c5_18xlarge,
        TrainingInstanceType_Ml_c5_2xlarge,
        TrainingInstanceType_Ml_c5_4xlarge,
        TrainingInstanceType_Ml_c5_9xlarge,
        TrainingInstanceType_Ml_c5_xlarge,
        TrainingInstanceType_Ml_c5n_18xlarge,
        TrainingInstanceType_Ml_c5n_2xlarge,
        TrainingInstanceType_Ml_c5n_4xlarge,
        TrainingInstanceType_Ml_c5n_9xlarge,
        TrainingInstanceType_Ml_c5n_xlarge,
        TrainingInstanceType_Ml_g4dn_12xlarge,
        TrainingInstanceType_Ml_g4dn_16xlarge,
        TrainingInstanceType_Ml_g4dn_2xlarge,
        TrainingInstanceType_Ml_g4dn_4xlarge,
        TrainingInstanceType_Ml_g4dn_8xlarge,
        TrainingInstanceType_Ml_g4dn_xlarge,
        TrainingInstanceType_Ml_m4_10xlarge,
        TrainingInstanceType_Ml_m4_16xlarge,
        TrainingInstanceType_Ml_m4_2xlarge,
        TrainingInstanceType_Ml_m4_4xlarge,
        TrainingInstanceType_Ml_m4_xlarge,
        TrainingInstanceType_Ml_m5_12xlarge,
        TrainingInstanceType_Ml_m5_24xlarge,
        TrainingInstanceType_Ml_m5_2xlarge,
        TrainingInstanceType_Ml_m5_4xlarge,
        TrainingInstanceType_Ml_m5_large,
        TrainingInstanceType_Ml_m5_xlarge,
        TrainingInstanceType_Ml_p2_16xlarge,
        TrainingInstanceType_Ml_p2_8xlarge,
        TrainingInstanceType_Ml_p2_xlarge,
        TrainingInstanceType_Ml_p3_16xlarge,
        TrainingInstanceType_Ml_p3_2xlarge,
        TrainingInstanceType_Ml_p3_8xlarge,
        TrainingInstanceType_Ml_p3dn_24xlarge,
        TrainingInstanceType_Ml_p4d_24xlarge
      ),
  )
where

import qualified Amazonka.Core as Core
import qualified Amazonka.Prelude as Prelude

newtype TrainingInstanceType = TrainingInstanceType'
  { TrainingInstanceType -> Text
fromTrainingInstanceType ::
      Core.Text
  }
  deriving stock
    ( Int -> TrainingInstanceType -> ShowS
[TrainingInstanceType] -> ShowS
TrainingInstanceType -> String
(Int -> TrainingInstanceType -> ShowS)
-> (TrainingInstanceType -> String)
-> ([TrainingInstanceType] -> ShowS)
-> Show TrainingInstanceType
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [TrainingInstanceType] -> ShowS
$cshowList :: [TrainingInstanceType] -> ShowS
show :: TrainingInstanceType -> String
$cshow :: TrainingInstanceType -> String
showsPrec :: Int -> TrainingInstanceType -> ShowS
$cshowsPrec :: Int -> TrainingInstanceType -> ShowS
Prelude.Show,
      ReadPrec [TrainingInstanceType]
ReadPrec TrainingInstanceType
Int -> ReadS TrainingInstanceType
ReadS [TrainingInstanceType]
(Int -> ReadS TrainingInstanceType)
-> ReadS [TrainingInstanceType]
-> ReadPrec TrainingInstanceType
-> ReadPrec [TrainingInstanceType]
-> Read TrainingInstanceType
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [TrainingInstanceType]
$creadListPrec :: ReadPrec [TrainingInstanceType]
readPrec :: ReadPrec TrainingInstanceType
$creadPrec :: ReadPrec TrainingInstanceType
readList :: ReadS [TrainingInstanceType]
$creadList :: ReadS [TrainingInstanceType]
readsPrec :: Int -> ReadS TrainingInstanceType
$creadsPrec :: Int -> ReadS TrainingInstanceType
Prelude.Read,
      TrainingInstanceType -> TrainingInstanceType -> Bool
(TrainingInstanceType -> TrainingInstanceType -> Bool)
-> (TrainingInstanceType -> TrainingInstanceType -> Bool)
-> Eq TrainingInstanceType
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: TrainingInstanceType -> TrainingInstanceType -> Bool
$c/= :: TrainingInstanceType -> TrainingInstanceType -> Bool
== :: TrainingInstanceType -> TrainingInstanceType -> Bool
$c== :: TrainingInstanceType -> TrainingInstanceType -> Bool
Prelude.Eq,
      Eq TrainingInstanceType
Eq TrainingInstanceType
-> (TrainingInstanceType -> TrainingInstanceType -> Ordering)
-> (TrainingInstanceType -> TrainingInstanceType -> Bool)
-> (TrainingInstanceType -> TrainingInstanceType -> Bool)
-> (TrainingInstanceType -> TrainingInstanceType -> Bool)
-> (TrainingInstanceType -> TrainingInstanceType -> Bool)
-> (TrainingInstanceType
    -> TrainingInstanceType -> TrainingInstanceType)
-> (TrainingInstanceType
    -> TrainingInstanceType -> TrainingInstanceType)
-> Ord TrainingInstanceType
TrainingInstanceType -> TrainingInstanceType -> Bool
TrainingInstanceType -> TrainingInstanceType -> Ordering
TrainingInstanceType
-> TrainingInstanceType -> TrainingInstanceType
forall a.
Eq a
-> (a -> a -> Ordering)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> a)
-> (a -> a -> a)
-> Ord a
min :: TrainingInstanceType
-> TrainingInstanceType -> TrainingInstanceType
$cmin :: TrainingInstanceType
-> TrainingInstanceType -> TrainingInstanceType
max :: TrainingInstanceType
-> TrainingInstanceType -> TrainingInstanceType
$cmax :: TrainingInstanceType
-> TrainingInstanceType -> TrainingInstanceType
>= :: TrainingInstanceType -> TrainingInstanceType -> Bool
$c>= :: TrainingInstanceType -> TrainingInstanceType -> Bool
> :: TrainingInstanceType -> TrainingInstanceType -> Bool
$c> :: TrainingInstanceType -> TrainingInstanceType -> Bool
<= :: TrainingInstanceType -> TrainingInstanceType -> Bool
$c<= :: TrainingInstanceType -> TrainingInstanceType -> Bool
< :: TrainingInstanceType -> TrainingInstanceType -> Bool
$c< :: TrainingInstanceType -> TrainingInstanceType -> Bool
compare :: TrainingInstanceType -> TrainingInstanceType -> Ordering
$ccompare :: TrainingInstanceType -> TrainingInstanceType -> Ordering
$cp1Ord :: Eq TrainingInstanceType
Prelude.Ord,
      (forall x. TrainingInstanceType -> Rep TrainingInstanceType x)
-> (forall x. Rep TrainingInstanceType x -> TrainingInstanceType)
-> Generic TrainingInstanceType
forall x. Rep TrainingInstanceType x -> TrainingInstanceType
forall x. TrainingInstanceType -> Rep TrainingInstanceType x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x. Rep TrainingInstanceType x -> TrainingInstanceType
$cfrom :: forall x. TrainingInstanceType -> Rep TrainingInstanceType x
Prelude.Generic
    )
  deriving newtype
    ( Int -> TrainingInstanceType -> Int
TrainingInstanceType -> Int
(Int -> TrainingInstanceType -> Int)
-> (TrainingInstanceType -> Int) -> Hashable TrainingInstanceType
forall a. (Int -> a -> Int) -> (a -> Int) -> Hashable a
hash :: TrainingInstanceType -> Int
$chash :: TrainingInstanceType -> Int
hashWithSalt :: Int -> TrainingInstanceType -> Int
$chashWithSalt :: Int -> TrainingInstanceType -> Int
Prelude.Hashable,
      TrainingInstanceType -> ()
(TrainingInstanceType -> ()) -> NFData TrainingInstanceType
forall a. (a -> ()) -> NFData a
rnf :: TrainingInstanceType -> ()
$crnf :: TrainingInstanceType -> ()
Prelude.NFData,
      Text -> Either String TrainingInstanceType
(Text -> Either String TrainingInstanceType)
-> FromText TrainingInstanceType
forall a. (Text -> Either String a) -> FromText a
fromText :: Text -> Either String TrainingInstanceType
$cfromText :: Text -> Either String TrainingInstanceType
Core.FromText,
      TrainingInstanceType -> Text
(TrainingInstanceType -> Text) -> ToText TrainingInstanceType
forall a. (a -> Text) -> ToText a
toText :: TrainingInstanceType -> Text
$ctoText :: TrainingInstanceType -> Text
Core.ToText,
      TrainingInstanceType -> ByteString
(TrainingInstanceType -> ByteString)
-> ToByteString TrainingInstanceType
forall a. (a -> ByteString) -> ToByteString a
toBS :: TrainingInstanceType -> ByteString
$ctoBS :: TrainingInstanceType -> ByteString
Core.ToByteString,
      TrainingInstanceType -> ByteStringBuilder
(TrainingInstanceType -> ByteStringBuilder)
-> ToLog TrainingInstanceType
forall a. (a -> ByteStringBuilder) -> ToLog a
build :: TrainingInstanceType -> ByteStringBuilder
$cbuild :: TrainingInstanceType -> ByteStringBuilder
Core.ToLog,
      HeaderName -> TrainingInstanceType -> [Header]
(HeaderName -> TrainingInstanceType -> [Header])
-> ToHeader TrainingInstanceType
forall a. (HeaderName -> a -> [Header]) -> ToHeader a
toHeader :: HeaderName -> TrainingInstanceType -> [Header]
$ctoHeader :: HeaderName -> TrainingInstanceType -> [Header]
Core.ToHeader,
      TrainingInstanceType -> QueryString
(TrainingInstanceType -> QueryString)
-> ToQuery TrainingInstanceType
forall a. (a -> QueryString) -> ToQuery a
toQuery :: TrainingInstanceType -> QueryString
$ctoQuery :: TrainingInstanceType -> QueryString
Core.ToQuery,
      Value -> Parser [TrainingInstanceType]
Value -> Parser TrainingInstanceType
(Value -> Parser TrainingInstanceType)
-> (Value -> Parser [TrainingInstanceType])
-> FromJSON TrainingInstanceType
forall a.
(Value -> Parser a) -> (Value -> Parser [a]) -> FromJSON a
parseJSONList :: Value -> Parser [TrainingInstanceType]
$cparseJSONList :: Value -> Parser [TrainingInstanceType]
parseJSON :: Value -> Parser TrainingInstanceType
$cparseJSON :: Value -> Parser TrainingInstanceType
Core.FromJSON,
      FromJSONKeyFunction [TrainingInstanceType]
FromJSONKeyFunction TrainingInstanceType
FromJSONKeyFunction TrainingInstanceType
-> FromJSONKeyFunction [TrainingInstanceType]
-> FromJSONKey TrainingInstanceType
forall a.
FromJSONKeyFunction a -> FromJSONKeyFunction [a] -> FromJSONKey a
fromJSONKeyList :: FromJSONKeyFunction [TrainingInstanceType]
$cfromJSONKeyList :: FromJSONKeyFunction [TrainingInstanceType]
fromJSONKey :: FromJSONKeyFunction TrainingInstanceType
$cfromJSONKey :: FromJSONKeyFunction TrainingInstanceType
Core.FromJSONKey,
      [TrainingInstanceType] -> Encoding
[TrainingInstanceType] -> Value
TrainingInstanceType -> Encoding
TrainingInstanceType -> Value
(TrainingInstanceType -> Value)
-> (TrainingInstanceType -> Encoding)
-> ([TrainingInstanceType] -> Value)
-> ([TrainingInstanceType] -> Encoding)
-> ToJSON TrainingInstanceType
forall a.
(a -> Value)
-> (a -> Encoding)
-> ([a] -> Value)
-> ([a] -> Encoding)
-> ToJSON a
toEncodingList :: [TrainingInstanceType] -> Encoding
$ctoEncodingList :: [TrainingInstanceType] -> Encoding
toJSONList :: [TrainingInstanceType] -> Value
$ctoJSONList :: [TrainingInstanceType] -> Value
toEncoding :: TrainingInstanceType -> Encoding
$ctoEncoding :: TrainingInstanceType -> Encoding
toJSON :: TrainingInstanceType -> Value
$ctoJSON :: TrainingInstanceType -> Value
Core.ToJSON,
      ToJSONKeyFunction [TrainingInstanceType]
ToJSONKeyFunction TrainingInstanceType
ToJSONKeyFunction TrainingInstanceType
-> ToJSONKeyFunction [TrainingInstanceType]
-> ToJSONKey TrainingInstanceType
forall a.
ToJSONKeyFunction a -> ToJSONKeyFunction [a] -> ToJSONKey a
toJSONKeyList :: ToJSONKeyFunction [TrainingInstanceType]
$ctoJSONKeyList :: ToJSONKeyFunction [TrainingInstanceType]
toJSONKey :: ToJSONKeyFunction TrainingInstanceType
$ctoJSONKey :: ToJSONKeyFunction TrainingInstanceType
Core.ToJSONKey,
      [Node] -> Either String TrainingInstanceType
([Node] -> Either String TrainingInstanceType)
-> FromXML TrainingInstanceType
forall a. ([Node] -> Either String a) -> FromXML a
parseXML :: [Node] -> Either String TrainingInstanceType
$cparseXML :: [Node] -> Either String TrainingInstanceType
Core.FromXML,
      TrainingInstanceType -> XML
(TrainingInstanceType -> XML) -> ToXML TrainingInstanceType
forall a. (a -> XML) -> ToXML a
toXML :: TrainingInstanceType -> XML
$ctoXML :: TrainingInstanceType -> XML
Core.ToXML
    )

pattern TrainingInstanceType_Ml_c4_2xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_c4_2xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_c4_2xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_c4_2xlarge = TrainingInstanceType' "ml.c4.2xlarge"

pattern TrainingInstanceType_Ml_c4_4xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_c4_4xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_c4_4xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_c4_4xlarge = TrainingInstanceType' "ml.c4.4xlarge"

pattern TrainingInstanceType_Ml_c4_8xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_c4_8xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_c4_8xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_c4_8xlarge = TrainingInstanceType' "ml.c4.8xlarge"

pattern TrainingInstanceType_Ml_c4_xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_c4_xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_c4_xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_c4_xlarge = TrainingInstanceType' "ml.c4.xlarge"

pattern TrainingInstanceType_Ml_c5_18xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_c5_18xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_c5_18xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_c5_18xlarge = TrainingInstanceType' "ml.c5.18xlarge"

pattern TrainingInstanceType_Ml_c5_2xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_c5_2xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_c5_2xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_c5_2xlarge = TrainingInstanceType' "ml.c5.2xlarge"

pattern TrainingInstanceType_Ml_c5_4xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_c5_4xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_c5_4xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_c5_4xlarge = TrainingInstanceType' "ml.c5.4xlarge"

pattern TrainingInstanceType_Ml_c5_9xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_c5_9xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_c5_9xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_c5_9xlarge = TrainingInstanceType' "ml.c5.9xlarge"

pattern TrainingInstanceType_Ml_c5_xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_c5_xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_c5_xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_c5_xlarge = TrainingInstanceType' "ml.c5.xlarge"

pattern TrainingInstanceType_Ml_c5n_18xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_c5n_18xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_c5n_18xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_c5n_18xlarge = TrainingInstanceType' "ml.c5n.18xlarge"

pattern TrainingInstanceType_Ml_c5n_2xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_c5n_2xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_c5n_2xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_c5n_2xlarge = TrainingInstanceType' "ml.c5n.2xlarge"

pattern TrainingInstanceType_Ml_c5n_4xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_c5n_4xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_c5n_4xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_c5n_4xlarge = TrainingInstanceType' "ml.c5n.4xlarge"

pattern TrainingInstanceType_Ml_c5n_9xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_c5n_9xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_c5n_9xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_c5n_9xlarge = TrainingInstanceType' "ml.c5n.9xlarge"

pattern TrainingInstanceType_Ml_c5n_xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_c5n_xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_c5n_xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_c5n_xlarge = TrainingInstanceType' "ml.c5n.xlarge"

pattern TrainingInstanceType_Ml_g4dn_12xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_g4dn_12xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_g4dn_12xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_g4dn_12xlarge = TrainingInstanceType' "ml.g4dn.12xlarge"

pattern TrainingInstanceType_Ml_g4dn_16xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_g4dn_16xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_g4dn_16xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_g4dn_16xlarge = TrainingInstanceType' "ml.g4dn.16xlarge"

pattern TrainingInstanceType_Ml_g4dn_2xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_g4dn_2xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_g4dn_2xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_g4dn_2xlarge = TrainingInstanceType' "ml.g4dn.2xlarge"

pattern TrainingInstanceType_Ml_g4dn_4xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_g4dn_4xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_g4dn_4xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_g4dn_4xlarge = TrainingInstanceType' "ml.g4dn.4xlarge"

pattern TrainingInstanceType_Ml_g4dn_8xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_g4dn_8xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_g4dn_8xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_g4dn_8xlarge = TrainingInstanceType' "ml.g4dn.8xlarge"

pattern TrainingInstanceType_Ml_g4dn_xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_g4dn_xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_g4dn_xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_g4dn_xlarge = TrainingInstanceType' "ml.g4dn.xlarge"

pattern TrainingInstanceType_Ml_m4_10xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_m4_10xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_m4_10xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_m4_10xlarge = TrainingInstanceType' "ml.m4.10xlarge"

pattern TrainingInstanceType_Ml_m4_16xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_m4_16xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_m4_16xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_m4_16xlarge = TrainingInstanceType' "ml.m4.16xlarge"

pattern TrainingInstanceType_Ml_m4_2xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_m4_2xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_m4_2xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_m4_2xlarge = TrainingInstanceType' "ml.m4.2xlarge"

pattern TrainingInstanceType_Ml_m4_4xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_m4_4xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_m4_4xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_m4_4xlarge = TrainingInstanceType' "ml.m4.4xlarge"

pattern TrainingInstanceType_Ml_m4_xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_m4_xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_m4_xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_m4_xlarge = TrainingInstanceType' "ml.m4.xlarge"

pattern TrainingInstanceType_Ml_m5_12xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_m5_12xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_m5_12xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_m5_12xlarge = TrainingInstanceType' "ml.m5.12xlarge"

pattern TrainingInstanceType_Ml_m5_24xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_m5_24xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_m5_24xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_m5_24xlarge = TrainingInstanceType' "ml.m5.24xlarge"

pattern TrainingInstanceType_Ml_m5_2xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_m5_2xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_m5_2xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_m5_2xlarge = TrainingInstanceType' "ml.m5.2xlarge"

pattern TrainingInstanceType_Ml_m5_4xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_m5_4xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_m5_4xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_m5_4xlarge = TrainingInstanceType' "ml.m5.4xlarge"

pattern TrainingInstanceType_Ml_m5_large :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_m5_large :: TrainingInstanceType
$mTrainingInstanceType_Ml_m5_large :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_m5_large = TrainingInstanceType' "ml.m5.large"

pattern TrainingInstanceType_Ml_m5_xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_m5_xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_m5_xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_m5_xlarge = TrainingInstanceType' "ml.m5.xlarge"

pattern TrainingInstanceType_Ml_p2_16xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_p2_16xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_p2_16xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_p2_16xlarge = TrainingInstanceType' "ml.p2.16xlarge"

pattern TrainingInstanceType_Ml_p2_8xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_p2_8xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_p2_8xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_p2_8xlarge = TrainingInstanceType' "ml.p2.8xlarge"

pattern TrainingInstanceType_Ml_p2_xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_p2_xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_p2_xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_p2_xlarge = TrainingInstanceType' "ml.p2.xlarge"

pattern TrainingInstanceType_Ml_p3_16xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_p3_16xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_p3_16xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_p3_16xlarge = TrainingInstanceType' "ml.p3.16xlarge"

pattern TrainingInstanceType_Ml_p3_2xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_p3_2xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_p3_2xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_p3_2xlarge = TrainingInstanceType' "ml.p3.2xlarge"

pattern TrainingInstanceType_Ml_p3_8xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_p3_8xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_p3_8xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_p3_8xlarge = TrainingInstanceType' "ml.p3.8xlarge"

pattern TrainingInstanceType_Ml_p3dn_24xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_p3dn_24xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_p3dn_24xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_p3dn_24xlarge = TrainingInstanceType' "ml.p3dn.24xlarge"

pattern TrainingInstanceType_Ml_p4d_24xlarge :: TrainingInstanceType
pattern $bTrainingInstanceType_Ml_p4d_24xlarge :: TrainingInstanceType
$mTrainingInstanceType_Ml_p4d_24xlarge :: forall r. TrainingInstanceType -> (Void# -> r) -> (Void# -> r) -> r
TrainingInstanceType_Ml_p4d_24xlarge = TrainingInstanceType' "ml.p4d.24xlarge"

{-# COMPLETE
  TrainingInstanceType_Ml_c4_2xlarge,
  TrainingInstanceType_Ml_c4_4xlarge,
  TrainingInstanceType_Ml_c4_8xlarge,
  TrainingInstanceType_Ml_c4_xlarge,
  TrainingInstanceType_Ml_c5_18xlarge,
  TrainingInstanceType_Ml_c5_2xlarge,
  TrainingInstanceType_Ml_c5_4xlarge,
  TrainingInstanceType_Ml_c5_9xlarge,
  TrainingInstanceType_Ml_c5_xlarge,
  TrainingInstanceType_Ml_c5n_18xlarge,
  TrainingInstanceType_Ml_c5n_2xlarge,
  TrainingInstanceType_Ml_c5n_4xlarge,
  TrainingInstanceType_Ml_c5n_9xlarge,
  TrainingInstanceType_Ml_c5n_xlarge,
  TrainingInstanceType_Ml_g4dn_12xlarge,
  TrainingInstanceType_Ml_g4dn_16xlarge,
  TrainingInstanceType_Ml_g4dn_2xlarge,
  TrainingInstanceType_Ml_g4dn_4xlarge,
  TrainingInstanceType_Ml_g4dn_8xlarge,
  TrainingInstanceType_Ml_g4dn_xlarge,
  TrainingInstanceType_Ml_m4_10xlarge,
  TrainingInstanceType_Ml_m4_16xlarge,
  TrainingInstanceType_Ml_m4_2xlarge,
  TrainingInstanceType_Ml_m4_4xlarge,
  TrainingInstanceType_Ml_m4_xlarge,
  TrainingInstanceType_Ml_m5_12xlarge,
  TrainingInstanceType_Ml_m5_24xlarge,
  TrainingInstanceType_Ml_m5_2xlarge,
  TrainingInstanceType_Ml_m5_4xlarge,
  TrainingInstanceType_Ml_m5_large,
  TrainingInstanceType_Ml_m5_xlarge,
  TrainingInstanceType_Ml_p2_16xlarge,
  TrainingInstanceType_Ml_p2_8xlarge,
  TrainingInstanceType_Ml_p2_xlarge,
  TrainingInstanceType_Ml_p3_16xlarge,
  TrainingInstanceType_Ml_p3_2xlarge,
  TrainingInstanceType_Ml_p3_8xlarge,
  TrainingInstanceType_Ml_p3dn_24xlarge,
  TrainingInstanceType_Ml_p4d_24xlarge,
  TrainingInstanceType'
  #-}