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

Description

Defines the settings you will use for the human review workflow user interface. Reviewers will see a three-panel interface with an instruction area, the item to review, and an input area.

Synopsis

Creating a Request

data CreateHumanTaskUi Source #

See: newCreateHumanTaskUi smart constructor.

Constructors

CreateHumanTaskUi' 

Fields

  • tags :: Maybe [Tag]

    An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.

  • humanTaskUiName :: Text

    The name of the user interface you are creating.

  • uiTemplate :: UiTemplate
     

Instances

Instances details
Eq CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Read CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Show CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Generic CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Associated Types

type Rep CreateHumanTaskUi :: Type -> Type #

NFData CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Methods

rnf :: CreateHumanTaskUi -> () #

Hashable CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

ToJSON CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

AWSRequest CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Associated Types

type AWSResponse CreateHumanTaskUi #

ToHeaders CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

ToPath CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

ToQuery CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

type Rep CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

type Rep CreateHumanTaskUi = D1 ('MetaData "CreateHumanTaskUi" "Amazonka.SageMaker.CreateHumanTaskUi" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateHumanTaskUi'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "humanTaskUiName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "uiTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UiTemplate))))
type AWSResponse CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

newCreateHumanTaskUi Source #

Create a value of CreateHumanTaskUi 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:tags:CreateHumanTaskUi', createHumanTaskUi_tags - An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.

$sel:humanTaskUiName:CreateHumanTaskUi', createHumanTaskUi_humanTaskUiName - The name of the user interface you are creating.

$sel:uiTemplate:CreateHumanTaskUi', createHumanTaskUi_uiTemplate - Undocumented member.

Request Lenses

createHumanTaskUi_tags :: Lens' CreateHumanTaskUi (Maybe [Tag]) Source #

An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.

createHumanTaskUi_humanTaskUiName :: Lens' CreateHumanTaskUi Text Source #

The name of the user interface you are creating.

Destructuring the Response

data CreateHumanTaskUiResponse Source #

See: newCreateHumanTaskUiResponse smart constructor.

Constructors

CreateHumanTaskUiResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • humanTaskUiArn :: Text

    The Amazon Resource Name (ARN) of the human review workflow user interface you create.

Instances

Instances details
Eq CreateHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Read CreateHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Show CreateHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Generic CreateHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Associated Types

type Rep CreateHumanTaskUiResponse :: Type -> Type #

NFData CreateHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

type Rep CreateHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

type Rep CreateHumanTaskUiResponse = D1 ('MetaData "CreateHumanTaskUiResponse" "Amazonka.SageMaker.CreateHumanTaskUi" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateHumanTaskUiResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "humanTaskUiArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateHumanTaskUiResponse Source #

Create a value of CreateHumanTaskUiResponse 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:httpStatus:CreateHumanTaskUiResponse', createHumanTaskUiResponse_httpStatus - The response's http status code.

$sel:humanTaskUiArn:CreateHumanTaskUiResponse', createHumanTaskUiResponse_humanTaskUiArn - The Amazon Resource Name (ARN) of the human review workflow user interface you create.

Response Lenses

createHumanTaskUiResponse_humanTaskUiArn :: Lens' CreateHumanTaskUiResponse Text Source #

The Amazon Resource Name (ARN) of the human review workflow user interface you create.