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

Description

 
Synopsis

Documentation

data AppDetails Source #

Details about an Amazon SageMaker app.

See: newAppDetails smart constructor.

Constructors

AppDetails' 

Fields

Instances

Instances details
Eq AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Read AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Show AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Generic AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Associated Types

type Rep AppDetails :: Type -> Type #

NFData AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Methods

rnf :: AppDetails -> () #

Hashable AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

FromJSON AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

type Rep AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

type Rep AppDetails = D1 ('MetaData "AppDetails" "Amazonka.SageMaker.Types.AppDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AppDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppStatus)) :*: S1 ('MetaSel ('Just "userProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "appName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "appType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppType))))))

newAppDetails :: AppDetails Source #

Create a value of AppDetails 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:creationTime:AppDetails', appDetails_creationTime - The creation time.

$sel:status:AppDetails', appDetails_status - The status.

$sel:userProfileName:AppDetails', appDetails_userProfileName - The user profile name.

$sel:appName:AppDetails', appDetails_appName - The name of the app.

$sel:domainId:AppDetails', appDetails_domainId - The domain ID.

$sel:appType:AppDetails', appDetails_appType - The type of app.