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) |
Safe Haskell | None |
Synopsis
- data KernelGatewayAppSettings = KernelGatewayAppSettings' {}
- newKernelGatewayAppSettings :: KernelGatewayAppSettings
- kernelGatewayAppSettings_defaultResourceSpec :: Lens' KernelGatewayAppSettings (Maybe ResourceSpec)
- kernelGatewayAppSettings_customImages :: Lens' KernelGatewayAppSettings (Maybe [CustomImage])
- kernelGatewayAppSettings_lifecycleConfigArns :: Lens' KernelGatewayAppSettings (Maybe [Text])
Documentation
data KernelGatewayAppSettings Source #
The KernelGateway app settings.
See: newKernelGatewayAppSettings
smart constructor.
KernelGatewayAppSettings' | |
|
Instances
newKernelGatewayAppSettings :: KernelGatewayAppSettings Source #
Create a value of KernelGatewayAppSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:defaultResourceSpec:KernelGatewayAppSettings'
, kernelGatewayAppSettings_defaultResourceSpec
- The default instance type and the Amazon Resource Name (ARN) of the
default SageMaker image used by the KernelGateway app.
$sel:customImages:KernelGatewayAppSettings'
, kernelGatewayAppSettings_customImages
- A list of custom SageMaker images that are configured to run as a
KernelGateway app.
$sel:lifecycleConfigArns:KernelGatewayAppSettings'
, kernelGatewayAppSettings_lifecycleConfigArns
- The Amazon Resource Name (ARN) of the Lifecycle Configurations attached
to the the user profile or domain.
kernelGatewayAppSettings_defaultResourceSpec :: Lens' KernelGatewayAppSettings (Maybe ResourceSpec) Source #
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
kernelGatewayAppSettings_customImages :: Lens' KernelGatewayAppSettings (Maybe [CustomImage]) Source #
A list of custom SageMaker images that are configured to run as a KernelGateway app.
kernelGatewayAppSettings_lifecycleConfigArns :: Lens' KernelGatewayAppSettings (Maybe [Text]) Source #
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.