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

Description

Returns information about the specified human loop. If the human loop was deleted, this operation will return a ResourceNotFoundException error.

Synopsis

Creating a Request

data DescribeHumanLoop Source #

See: newDescribeHumanLoop smart constructor.

Constructors

DescribeHumanLoop' 

Fields

Instances

Instances details
Eq DescribeHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

Read DescribeHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

Show DescribeHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

Generic DescribeHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

Associated Types

type Rep DescribeHumanLoop :: Type -> Type #

NFData DescribeHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

Methods

rnf :: DescribeHumanLoop -> () #

Hashable DescribeHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

AWSRequest DescribeHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

Associated Types

type AWSResponse DescribeHumanLoop #

ToHeaders DescribeHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

ToPath DescribeHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

ToQuery DescribeHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

type Rep DescribeHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

type Rep DescribeHumanLoop = D1 ('MetaData "DescribeHumanLoop" "Amazonka.SageMakerA2IRuntime.DescribeHumanLoop" "libZSservicesZSamazonka-sagemaker-a2i-runtimeZSamazonka-sagemaker-a2i-runtime" 'False) (C1 ('MetaCons "DescribeHumanLoop'" 'PrefixI 'True) (S1 ('MetaSel ('Just "humanLoopName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeHumanLoop Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

newDescribeHumanLoop Source #

Create a value of DescribeHumanLoop 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:humanLoopName:DescribeHumanLoop', describeHumanLoop_humanLoopName - The name of the human loop that you want information about.

Request Lenses

describeHumanLoop_humanLoopName :: Lens' DescribeHumanLoop Text Source #

The name of the human loop that you want information about.

Destructuring the Response

data DescribeHumanLoopResponse Source #

See: newDescribeHumanLoopResponse smart constructor.

Constructors

DescribeHumanLoopResponse' 

Fields

Instances

Instances details
Eq DescribeHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

Read DescribeHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

Show DescribeHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

Generic DescribeHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

Associated Types

type Rep DescribeHumanLoopResponse :: Type -> Type #

NFData DescribeHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

type Rep DescribeHumanLoopResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.DescribeHumanLoop

type Rep DescribeHumanLoopResponse = D1 ('MetaData "DescribeHumanLoopResponse" "Amazonka.SageMakerA2IRuntime.DescribeHumanLoop" "libZSservicesZSamazonka-sagemaker-a2i-runtimeZSamazonka-sagemaker-a2i-runtime" 'False) (C1 ('MetaCons "DescribeHumanLoopResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "humanLoopOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HumanLoopOutput)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "humanLoopStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HumanLoopStatus)) :*: (S1 ('MetaSel ('Just "humanLoopName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "humanLoopArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "flowDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newDescribeHumanLoopResponse Source #

Create a value of DescribeHumanLoopResponse 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:failureReason:DescribeHumanLoopResponse', describeHumanLoopResponse_failureReason - The reason why a human loop failed. The failure reason is returned when the status of the human loop is Failed.

$sel:failureCode:DescribeHumanLoopResponse', describeHumanLoopResponse_failureCode - A failure code that identifies the type of failure.

Possible values: ValidationError, Expired, InternalError

$sel:humanLoopOutput:DescribeHumanLoopResponse', describeHumanLoopResponse_humanLoopOutput - An object that contains information about the output of the human loop.

$sel:httpStatus:DescribeHumanLoopResponse', describeHumanLoopResponse_httpStatus - The response's http status code.

$sel:creationTime:DescribeHumanLoopResponse', describeHumanLoopResponse_creationTime - The creation time when Amazon Augmented AI created the human loop.

$sel:humanLoopStatus:DescribeHumanLoopResponse', describeHumanLoopResponse_humanLoopStatus - The status of the human loop.

$sel:humanLoopName:DescribeHumanLoop', describeHumanLoopResponse_humanLoopName - The name of the human loop. The name must be lowercase, unique within the Region in your account, and can have up to 63 characters. Valid characters: a-z, 0-9, and - (hyphen).

$sel:humanLoopArn:DescribeHumanLoopResponse', describeHumanLoopResponse_humanLoopArn - The Amazon Resource Name (ARN) of the human loop.

$sel:flowDefinitionArn:DescribeHumanLoopResponse', describeHumanLoopResponse_flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition.

Response Lenses

describeHumanLoopResponse_failureReason :: Lens' DescribeHumanLoopResponse (Maybe Text) Source #

The reason why a human loop failed. The failure reason is returned when the status of the human loop is Failed.

describeHumanLoopResponse_failureCode :: Lens' DescribeHumanLoopResponse (Maybe Text) Source #

A failure code that identifies the type of failure.

Possible values: ValidationError, Expired, InternalError

describeHumanLoopResponse_humanLoopOutput :: Lens' DescribeHumanLoopResponse (Maybe HumanLoopOutput) Source #

An object that contains information about the output of the human loop.

describeHumanLoopResponse_creationTime :: Lens' DescribeHumanLoopResponse UTCTime Source #

The creation time when Amazon Augmented AI created the human loop.

describeHumanLoopResponse_humanLoopName :: Lens' DescribeHumanLoopResponse Text Source #

The name of the human loop. The name must be lowercase, unique within the Region in your account, and can have up to 63 characters. Valid characters: a-z, 0-9, and - (hyphen).

describeHumanLoopResponse_humanLoopArn :: Lens' DescribeHumanLoopResponse Text Source #

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

describeHumanLoopResponse_flowDefinitionArn :: Lens' DescribeHumanLoopResponse Text Source #

The Amazon Resource Name (ARN) of the flow definition.