Package-level declarations

Types

Link copied to clipboard

Amazon Augmented AI (Amazon A2I) adds the benefit of human judgment to any machine learning application. When an AI application can't evaluate data with a high degree of confidence, human reviewers can take over. This human review is called a human review workflow. To create and start a human review workflow, you need three resources: a worker task template, a flow definition, and a human loop.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Functions

Link copied to clipboard

Deletes the specified human loop for a flow definition.

Link copied to clipboard

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

Link copied to clipboard

Returns information about human loops, given the specified parameters. If a human loop was deleted, it will not be included.

Link copied to clipboard

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

Link copied to clipboard

Stops the specified human loop.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.