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

Description

 
Synopsis

Documentation

data AppDetails Source #

Details about an Amazon SageMaker app.

See: newAppDetails smart constructor.

Constructors

AppDetails' 

Fields

Instances

Instances details
FromJSON 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 #

Read AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Show AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

NFData AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Methods

rnf :: AppDetails -> () #

Eq AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Hashable AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

type Rep AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

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:appName:AppDetails', appDetails_appName - The name of the app.

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

$sel:creationTime:AppDetails', appDetails_creationTime - The creation time.

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

$sel:spaceName:AppDetails', appDetails_spaceName - The name of the space.

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

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