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

Description

 
Synopsis

Documentation

data UiTemplate Source #

The Liquid template for the worker user interface.

See: newUiTemplate smart constructor.

Constructors

UiTemplate' 

Fields

  • content :: Text

    The content of the Liquid template for the worker user interface.

Instances

Instances details
Eq UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

Read UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

Show UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

Generic UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

Associated Types

type Rep UiTemplate :: Type -> Type #

NFData UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

Methods

rnf :: UiTemplate -> () #

Hashable UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

ToJSON UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

type Rep UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

type Rep UiTemplate = D1 ('MetaData "UiTemplate" "Amazonka.SageMaker.Types.UiTemplate" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UiTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUiTemplate Source #

Create a value of UiTemplate 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:content:UiTemplate', uiTemplate_content - The content of the Liquid template for the worker user interface.

uiTemplate_content :: Lens' UiTemplate Text Source #

The content of the Liquid template for the worker user interface.