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

Description

 
Synopsis

Documentation

data RSessionAppSettings Source #

A collection of settings that apply to an RSessionGateway app.

See: newRSessionAppSettings smart constructor.

Constructors

RSessionAppSettings' 

Fields

Instances

Instances details
FromJSON RSessionAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RSessionAppSettings

ToJSON RSessionAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RSessionAppSettings

Generic RSessionAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RSessionAppSettings

Associated Types

type Rep RSessionAppSettings :: Type -> Type #

Read RSessionAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RSessionAppSettings

Show RSessionAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RSessionAppSettings

NFData RSessionAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RSessionAppSettings

Methods

rnf :: RSessionAppSettings -> () #

Eq RSessionAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RSessionAppSettings

Hashable RSessionAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RSessionAppSettings

type Rep RSessionAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RSessionAppSettings

type Rep RSessionAppSettings = D1 ('MetaData "RSessionAppSettings" "Amazonka.SageMaker.Types.RSessionAppSettings" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "RSessionAppSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customImages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CustomImage])) :*: S1 ('MetaSel ('Just "defaultResourceSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceSpec))))

newRSessionAppSettings :: RSessionAppSettings Source #

Create a value of RSessionAppSettings 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:RSessionAppSettings', rSessionAppSettings_customImages - A list of custom SageMaker images that are configured to run as a RSession app.

$sel:defaultResourceSpec:RSessionAppSettings', rSessionAppSettings_defaultResourceSpec - Undocumented member.

rSessionAppSettings_customImages :: Lens' RSessionAppSettings (Maybe [CustomImage]) Source #

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