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

Description

 
Synopsis

Operations

ListHumanLoops

listHumanLoops_creationTimeAfter :: Lens' ListHumanLoops (Maybe UTCTime) Source #

(Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

listHumanLoops_nextToken :: Lens' ListHumanLoops (Maybe Text) Source #

A token to display the next page of results.

listHumanLoops_sortOrder :: Lens' ListHumanLoops (Maybe SortOrder) Source #

Optional. The order for displaying results. Valid values: Ascending and Descending.

listHumanLoops_creationTimeBefore :: Lens' ListHumanLoops (Maybe UTCTime) Source #

(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

listHumanLoops_maxResults :: Lens' ListHumanLoops (Maybe Natural) Source #

The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken is returned in the output. You can use this token to display the next page of results.

listHumanLoops_flowDefinitionArn :: Lens' ListHumanLoops Text Source #

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

listHumanLoopsResponse_nextToken :: Lens' ListHumanLoopsResponse (Maybe Text) Source #

A token to display the next page of results.

listHumanLoopsResponse_humanLoopSummaries :: Lens' ListHumanLoopsResponse [HumanLoopSummary] Source #

An array of objects that contain information about the human loops.

DeleteHumanLoop

deleteHumanLoop_humanLoopName :: Lens' DeleteHumanLoop Text Source #

The name of the human loop that you want to delete.

StartHumanLoop

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.

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

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

StopHumanLoop

stopHumanLoop_humanLoopName :: Lens' StopHumanLoop Text Source #

The name of the human loop that you want to stop.

DescribeHumanLoop

describeHumanLoop_humanLoopName :: Lens' DescribeHumanLoop Text Source #

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

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.

Types

HumanLoopDataAttributes

humanLoopDataAttributes_contentClassifiers :: Lens' HumanLoopDataAttributes [ContentClassifier] Source #

Declares that your content is free of personally identifiable information or adult content.

Amazon SageMaker can restrict the Amazon Mechanical Turk workers who can view your task based on this information.

HumanLoopInput

humanLoopInput_inputContent :: Lens' HumanLoopInput Text Source #

Serialized input from the human loop. The input must be a string representation of a file in JSON format.

HumanLoopOutput

humanLoopOutput_outputS3Uri :: Lens' HumanLoopOutput Text Source #

The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.

HumanLoopSummary

humanLoopSummary_creationTime :: Lens' HumanLoopSummary (Maybe UTCTime) Source #

When Amazon Augmented AI created the human loop.

humanLoopSummary_failureReason :: Lens' HumanLoopSummary (Maybe Text) Source #

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

humanLoopSummary_flowDefinitionArn :: Lens' HumanLoopSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.