| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.SageMakerEndpointConfig
Synopsis
- data SageMakerEndpointConfig = SageMakerEndpointConfig {}
- sageMakerEndpointConfig :: [SageMakerEndpointConfigProductionVariant] -> SageMakerEndpointConfig
- smecEndpointConfigName :: Lens' SageMakerEndpointConfig (Maybe (Val Text))
- smecKmsKeyId :: Lens' SageMakerEndpointConfig (Maybe (Val Text))
- smecProductionVariants :: Lens' SageMakerEndpointConfig [SageMakerEndpointConfigProductionVariant]
- smecTags :: Lens' SageMakerEndpointConfig (Maybe [Tag])
Documentation
data SageMakerEndpointConfig #
Full data type definition for SageMakerEndpointConfig. See
sageMakerEndpointConfig for a more convenient constructor.
Constructors
| SageMakerEndpointConfig | |
Instances
| Eq SageMakerEndpointConfig # | |
Defined in Stratosphere.Resources.SageMakerEndpointConfig Methods (==) :: SageMakerEndpointConfig -> SageMakerEndpointConfig -> Bool # (/=) :: SageMakerEndpointConfig -> SageMakerEndpointConfig -> Bool # | |
| Show SageMakerEndpointConfig # | |
Defined in Stratosphere.Resources.SageMakerEndpointConfig Methods showsPrec :: Int -> SageMakerEndpointConfig -> ShowS # show :: SageMakerEndpointConfig -> String # showList :: [SageMakerEndpointConfig] -> ShowS # | |
| ToJSON SageMakerEndpointConfig # | |
Defined in Stratosphere.Resources.SageMakerEndpointConfig Methods toJSON :: SageMakerEndpointConfig -> Value # toEncoding :: SageMakerEndpointConfig -> Encoding # toJSONList :: [SageMakerEndpointConfig] -> Value # | |
| FromJSON SageMakerEndpointConfig # | |
Defined in Stratosphere.Resources.SageMakerEndpointConfig Methods parseJSON :: Value -> Parser SageMakerEndpointConfig # parseJSONList :: Value -> Parser [SageMakerEndpointConfig] # | |
Arguments
| :: [SageMakerEndpointConfigProductionVariant] | |
| -> SageMakerEndpointConfig |
Constructor for SageMakerEndpointConfig containing required fields as
arguments.