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.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
ToJSON CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.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

AWSRequest CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Associated Types

type AWSResponse CreateHumanTaskUi #

Generic CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Associated Types

type Rep CreateHumanTaskUi :: Type -> Type #

Read CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Show CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

NFData CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Methods

rnf :: CreateHumanTaskUi -> () #

Eq CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Hashable CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

type AWSResponse 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" '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))))

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:

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.

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
Generic CreateHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Associated Types

type Rep CreateHumanTaskUiResponse :: Type -> Type #

Read CreateHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Show CreateHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

NFData CreateHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Eq 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" '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.

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.