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

Description

Creates a configuration for running a SageMaker image as a KernelGateway app. The configuration specifies the Amazon Elastic File System (EFS) storage volume on the image, and a list of the kernels in the image.

Synopsis

Creating a Request

data CreateAppImageConfig Source #

See: newCreateAppImageConfig smart constructor.

Constructors

CreateAppImageConfig' 

Fields

Instances

Instances details
ToJSON CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

ToHeaders CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

ToPath CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

ToQuery CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

AWSRequest CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Associated Types

type AWSResponse CreateAppImageConfig #

Generic CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Associated Types

type Rep CreateAppImageConfig :: Type -> Type #

Read CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Show CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

NFData CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Methods

rnf :: CreateAppImageConfig -> () #

Eq CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Hashable CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

type AWSResponse CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

type Rep CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

type Rep CreateAppImageConfig = D1 ('MetaData "CreateAppImageConfig" "Amazonka.SageMaker.CreateAppImageConfig" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "CreateAppImageConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kernelGatewayImageConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KernelGatewayImageConfig)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "appImageConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateAppImageConfig Source #

Create a value of CreateAppImageConfig 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:

CreateAppImageConfig, createAppImageConfig_kernelGatewayImageConfig - The KernelGatewayImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel will be shown to users before the image starts. Once the image runs, all kernels are visible in JupyterLab.

CreateAppImageConfig, createAppImageConfig_tags - A list of tags to apply to the AppImageConfig.

CreateAppImageConfig, createAppImageConfig_appImageConfigName - The name of the AppImageConfig. Must be unique to your account.

Request Lenses

createAppImageConfig_kernelGatewayImageConfig :: Lens' CreateAppImageConfig (Maybe KernelGatewayImageConfig) Source #

The KernelGatewayImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel will be shown to users before the image starts. Once the image runs, all kernels are visible in JupyterLab.

createAppImageConfig_tags :: Lens' CreateAppImageConfig (Maybe [Tag]) Source #

A list of tags to apply to the AppImageConfig.

createAppImageConfig_appImageConfigName :: Lens' CreateAppImageConfig Text Source #

The name of the AppImageConfig. Must be unique to your account.

Destructuring the Response

data CreateAppImageConfigResponse Source #

See: newCreateAppImageConfigResponse smart constructor.

Constructors

CreateAppImageConfigResponse' 

Fields

Instances

Instances details
Generic CreateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Associated Types

type Rep CreateAppImageConfigResponse :: Type -> Type #

Read CreateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Show CreateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

NFData CreateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Eq CreateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

type Rep CreateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

type Rep CreateAppImageConfigResponse = D1 ('MetaData "CreateAppImageConfigResponse" "Amazonka.SageMaker.CreateAppImageConfig" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "CreateAppImageConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appImageConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateAppImageConfigResponse Source #

Create a value of CreateAppImageConfigResponse 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:

CreateAppImageConfigResponse, createAppImageConfigResponse_appImageConfigArn - The Amazon Resource Name (ARN) of the AppImageConfig.

$sel:httpStatus:CreateAppImageConfigResponse', createAppImageConfigResponse_httpStatus - The response's http status code.

Response Lenses

createAppImageConfigResponse_appImageConfigArn :: Lens' CreateAppImageConfigResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the AppImageConfig.