amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.KernelGatewayAppSettings

Description

 
Synopsis

Documentation

data KernelGatewayAppSettings Source #

The KernelGateway app settings.

See: newKernelGatewayAppSettings smart constructor.

Constructors

KernelGatewayAppSettings' 

Fields

  • customImages :: Maybe [CustomImage]

    A list of custom SageMaker images that are configured to run as a KernelGateway app.

  • defaultResourceSpec :: Maybe ResourceSpec

    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.

    The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the Amazon Web Services Command Line Interface or Amazon Web Services CloudFormation and the instance type parameter value is not passed.

  • lifecycleConfigArns :: Maybe [Text]

    The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.

    To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.

Instances

Instances details
FromJSON KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

ToJSON 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 #

Read KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Show KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

NFData KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Eq KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Hashable 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "KernelGatewayAppSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customImages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CustomImage])) :*: (S1 ('MetaSel ('Just "defaultResourceSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceSpec)) :*: 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:customImages:KernelGatewayAppSettings', kernelGatewayAppSettings_customImages - A list of custom SageMaker images that are configured to run as a KernelGateway app.

$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.

The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the Amazon Web Services Command Line Interface or Amazon Web Services CloudFormation and the instance type parameter value is not passed.

$sel:lifecycleConfigArns:KernelGatewayAppSettings', kernelGatewayAppSettings_lifecycleConfigArns - The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.

To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.

kernelGatewayAppSettings_customImages :: Lens' KernelGatewayAppSettings (Maybe [CustomImage]) Source #

A list of custom SageMaker images that are configured to run as a KernelGateway app.

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.

The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the Amazon Web Services Command Line Interface or Amazon Web Services CloudFormation and the instance type parameter value is not passed.

kernelGatewayAppSettings_lifecycleConfigArns :: Lens' KernelGatewayAppSettings (Maybe [Text]) Source #

The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.

To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.