| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.RSessionAppSettings
Description
Documentation
data RSessionAppSettings Source #
A collection of settings that apply to an RSessionGateway app.
See: newRSessionAppSettings smart constructor.
Constructors
| RSessionAppSettings' | |
Fields
| |
Instances
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.
rSessionAppSettings_defaultResourceSpec :: Lens' RSessionAppSettings (Maybe ResourceSpec) Source #
Undocumented member.