| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SageMaker.AppImageConfig
Documentation
data KernelGatewayImageConfigProperty Source #
Constructors
| KernelGatewayImageConfigProperty | |
Fields | |
Instances
data FileSystemConfigProperty Source #
Constructors
| FileSystemConfigProperty | |
Fields
| |
Instances
| ToJSON FileSystemConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.FileSystemConfigProperty Methods toJSON :: FileSystemConfigProperty -> Value # toEncoding :: FileSystemConfigProperty -> Encoding # toJSONList :: [FileSystemConfigProperty] -> Value # | |||||
| Show FileSystemConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.FileSystemConfigProperty Methods showsPrec :: Int -> FileSystemConfigProperty -> ShowS # show :: FileSystemConfigProperty -> String # showList :: [FileSystemConfigProperty] -> ShowS # | |||||
| Eq FileSystemConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.FileSystemConfigProperty Methods (==) :: FileSystemConfigProperty -> FileSystemConfigProperty -> Bool # (/=) :: FileSystemConfigProperty -> FileSystemConfigProperty -> Bool # | |||||
| ToResourceProperties FileSystemConfigProperty Source # | |||||
| Property "DefaultGid" FileSystemConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.FileSystemConfigProperty Associated Types
Methods set :: PropertyType "DefaultGid" FileSystemConfigProperty -> FileSystemConfigProperty -> FileSystemConfigProperty # | |||||
| Property "DefaultUid" FileSystemConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.FileSystemConfigProperty Associated Types
Methods set :: PropertyType "DefaultUid" FileSystemConfigProperty -> FileSystemConfigProperty -> FileSystemConfigProperty # | |||||
| Property "MountPath" FileSystemConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.FileSystemConfigProperty Associated Types
Methods set :: PropertyType "MountPath" FileSystemConfigProperty -> FileSystemConfigProperty -> FileSystemConfigProperty # | |||||
| type PropertyType "DefaultGid" FileSystemConfigProperty Source # | |||||
| type PropertyType "DefaultUid" FileSystemConfigProperty Source # | |||||
| type PropertyType "MountPath" FileSystemConfigProperty Source # | |||||
data KernelSpecProperty Source #
Constructors
| KernelSpecProperty | |
Fields
| |
Instances
| ToJSON KernelSpecProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.KernelSpecProperty Methods toJSON :: KernelSpecProperty -> Value # toEncoding :: KernelSpecProperty -> Encoding # toJSONList :: [KernelSpecProperty] -> Value # toEncodingList :: [KernelSpecProperty] -> Encoding # omitField :: KernelSpecProperty -> Bool # | |||||
| Show KernelSpecProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.KernelSpecProperty Methods showsPrec :: Int -> KernelSpecProperty -> ShowS # show :: KernelSpecProperty -> String # showList :: [KernelSpecProperty] -> ShowS # | |||||
| Eq KernelSpecProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.KernelSpecProperty Methods (==) :: KernelSpecProperty -> KernelSpecProperty -> Bool # (/=) :: KernelSpecProperty -> KernelSpecProperty -> Bool # | |||||
| ToResourceProperties KernelSpecProperty Source # | |||||
| Property "DisplayName" KernelSpecProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.KernelSpecProperty Associated Types
Methods set :: PropertyType "DisplayName" KernelSpecProperty -> KernelSpecProperty -> KernelSpecProperty # | |||||
| Property "Name" KernelSpecProperty Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig.KernelSpecProperty Associated Types
Methods set :: PropertyType "Name" KernelSpecProperty -> KernelSpecProperty -> KernelSpecProperty # | |||||
| type PropertyType "DisplayName" KernelSpecProperty Source # | |||||
| type PropertyType "Name" KernelSpecProperty Source # | |||||
mkKernelGatewayImageConfigProperty :: [KernelSpecProperty] -> KernelGatewayImageConfigProperty Source #
data AppImageConfig Source #
Constructors
| AppImageConfig | |
Fields | |
Instances
| ToJSON AppImageConfig Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig Methods toJSON :: AppImageConfig -> Value # toEncoding :: AppImageConfig -> Encoding # toJSONList :: [AppImageConfig] -> Value # toEncodingList :: [AppImageConfig] -> Encoding # omitField :: AppImageConfig -> Bool # | |||||
| Show AppImageConfig Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig Methods showsPrec :: Int -> AppImageConfig -> ShowS # show :: AppImageConfig -> String # showList :: [AppImageConfig] -> ShowS # | |||||
| Eq AppImageConfig Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig Methods (==) :: AppImageConfig -> AppImageConfig -> Bool # (/=) :: AppImageConfig -> AppImageConfig -> Bool # | |||||
| ToResourceProperties AppImageConfig Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig Methods toResourceProperties :: AppImageConfig -> ResourceProperties # | |||||
| Property "AppImageConfigName" AppImageConfig Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig Associated Types
Methods set :: PropertyType "AppImageConfigName" AppImageConfig -> AppImageConfig -> AppImageConfig # | |||||
| Property "CodeEditorAppImageConfig" AppImageConfig Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig Associated Types
Methods set :: PropertyType "CodeEditorAppImageConfig" AppImageConfig -> AppImageConfig -> AppImageConfig # | |||||
| Property "JupyterLabAppImageConfig" AppImageConfig Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig Associated Types
Methods set :: PropertyType "JupyterLabAppImageConfig" AppImageConfig -> AppImageConfig -> AppImageConfig # | |||||
| Property "KernelGatewayImageConfig" AppImageConfig Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig Associated Types
Methods set :: PropertyType "KernelGatewayImageConfig" AppImageConfig -> AppImageConfig -> AppImageConfig # | |||||
| Property "Tags" AppImageConfig Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig Associated Types
Methods set :: PropertyType "Tags" AppImageConfig -> AppImageConfig -> AppImageConfig # | |||||
| type PropertyType "AppImageConfigName" AppImageConfig Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig | |||||
| type PropertyType "CodeEditorAppImageConfig" AppImageConfig Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig | |||||
| type PropertyType "JupyterLabAppImageConfig" AppImageConfig Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig | |||||
| type PropertyType "KernelGatewayImageConfig" AppImageConfig Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig | |||||
| type PropertyType "Tags" AppImageConfig Source # | |||||
Defined in Stratosphere.SageMaker.AppImageConfig | |||||