libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.KernelGatewayAppSettings

Description

 
Synopsis

Documentation

data KernelGatewayAppSettings Source #

The KernelGateway app settings.

See: newKernelGatewayAppSettings smart constructor.

Constructors

KernelGatewayAppSettings' 

Fields

Instances

Instances details
Eq KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Read KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Show KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Generic KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Associated Types

type Rep KernelGatewayAppSettings :: Type -> Type #

NFData KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Hashable KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

ToJSON KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

FromJSON KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

type Rep KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

type Rep KernelGatewayAppSettings = D1 ('MetaData "KernelGatewayAppSettings" "Amazonka.SageMaker.Types.KernelGatewayAppSettings" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "KernelGatewayAppSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultResourceSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceSpec)) :*: (S1 ('MetaSel ('Just "customImages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CustomImage])) :*: S1 ('MetaSel ('Just "lifecycleConfigArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

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.