libZSservicesZSamazonka-sagemaker-a2i-runtimeZSamazonka-sagemaker-a2i-runtime
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.SageMakerA2IRuntime.StartHumanLoop

Description

Starts a human loop, provided that at least one activation condition is met.

Synopsis

Creating a Request

data StartHumanLoop Source #

See: newStartHumanLoop smart constructor.

Constructors

StartHumanLoop' 

Fields

Instances

Instances details
Eq StartHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

Read StartHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

Show StartHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

Generic StartHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

Associated Types

type Rep StartHumanLoop :: Type -> Type #

NFData StartHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

Methods

rnf :: StartHumanLoop -> () #

Hashable StartHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

ToJSON StartHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

AWSRequest StartHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

Associated Types

type AWSResponse StartHumanLoop #

ToHeaders StartHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

ToPath StartHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

ToQuery StartHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

type Rep StartHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

type Rep StartHumanLoop = D1 ('MetaData "StartHumanLoop" "Amazonka.SageMakerA2IRuntime.StartHumanLoop" "libZSservicesZSamazonka-sagemaker-a2i-runtimeZSamazonka-sagemaker-a2i-runtime" 'False) (C1 ('MetaCons "StartHumanLoop'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HumanLoopDataAttributes)) :*: S1 ('MetaSel ('Just "humanLoopName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "flowDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "humanLoopInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HumanLoopInput))))
type AWSResponse StartHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

newStartHumanLoop Source #

Create a value of StartHumanLoop 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:dataAttributes:StartHumanLoop', startHumanLoop_dataAttributes - Attributes of the specified data. Use DataAttributes to specify if your data is free of personally identifiable information and/or free of adult content.

$sel:humanLoopName:StartHumanLoop', startHumanLoop_humanLoopName - The name of the human loop.

$sel:flowDefinitionArn:StartHumanLoop', startHumanLoop_flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition associated with this human loop.

$sel:humanLoopInput:StartHumanLoop', startHumanLoop_humanLoopInput - An object that contains information about the human loop.

Request Lenses

startHumanLoop_dataAttributes :: Lens' StartHumanLoop (Maybe HumanLoopDataAttributes) Source #

Attributes of the specified data. Use DataAttributes to specify if your data is free of personally identifiable information and/or free of adult content.

startHumanLoop_flowDefinitionArn :: Lens' StartHumanLoop Text Source #

The Amazon Resource Name (ARN) of the flow definition associated with this human loop.

startHumanLoop_humanLoopInput :: Lens' StartHumanLoop HumanLoopInput Source #

An object that contains information about the human loop.

Destructuring the Response

data StartHumanLoopResponse Source #

See: newStartHumanLoopResponse smart constructor.

Constructors

StartHumanLoopResponse' 

Fields

Instances

Instances details
Eq StartHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

Read StartHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

Show StartHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

Generic StartHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

Associated Types

type Rep StartHumanLoopResponse :: Type -> Type #

NFData StartHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

Methods

rnf :: StartHumanLoopResponse -> () #

type Rep StartHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.StartHumanLoop

type Rep StartHumanLoopResponse = D1 ('MetaData "StartHumanLoopResponse" "Amazonka.SageMakerA2IRuntime.StartHumanLoop" "libZSservicesZSamazonka-sagemaker-a2i-runtimeZSamazonka-sagemaker-a2i-runtime" 'False) (C1 ('MetaCons "StartHumanLoopResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "humanLoopArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartHumanLoopResponse Source #

Create a value of StartHumanLoopResponse 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:humanLoopArn:StartHumanLoopResponse', startHumanLoopResponse_humanLoopArn - The Amazon Resource Name (ARN) of the human loop.

$sel:httpStatus:StartHumanLoopResponse', startHumanLoopResponse_httpStatus - The response's http status code.

Response Lenses

startHumanLoopResponse_humanLoopArn :: Lens' StartHumanLoopResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the human loop.