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

Description

 
Synopsis

Documentation

data UiTemplateInfo Source #

Container for user interface template information.

See: newUiTemplateInfo smart constructor.

Constructors

UiTemplateInfo' 

Fields

Instances

Instances details
Eq UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

Read UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

Show UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

Generic UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

Associated Types

type Rep UiTemplateInfo :: Type -> Type #

NFData UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

Methods

rnf :: UiTemplateInfo -> () #

Hashable UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

FromJSON UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

type Rep UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

type Rep UiTemplateInfo = D1 ('MetaData "UiTemplateInfo" "Amazonka.SageMaker.Types.UiTemplateInfo" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UiTemplateInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "contentSha256") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newUiTemplateInfo :: UiTemplateInfo Source #

Create a value of UiTemplateInfo 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:url:UiTemplateInfo', uiTemplateInfo_url - The URL for the user interface template.

$sel:contentSha256:UiTemplateInfo', uiTemplateInfo_contentSha256 - The SHA-256 digest of the contents of the template.

uiTemplateInfo_url :: Lens' UiTemplateInfo (Maybe Text) Source #

The URL for the user interface template.

uiTemplateInfo_contentSha256 :: Lens' UiTemplateInfo (Maybe Text) Source #

The SHA-256 digest of the contents of the template.