You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AugmentedAIRuntime::Types::DescribeHumanLoopResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

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

Returns:

  • (Time)

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

#failure_codeString

A failure code that identifies the type of failure.

Returns:

  • (String)

    A failure code that identifies the type of failure.

#failure_reasonString

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

Returns:

  • (String)

    The reason why a human loop failed.

#flow_definition_arnString

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

Returns:

  • (String)

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

#human_loop_arnString

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

Returns:

  • (String)

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

#human_loop_nameString

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

Returns:

  • (String)

    The name of the human loop.

#human_loop_outputTypes::HumanLoopOutput

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

Returns:

#human_loop_statusString

The status of the human loop.

Possible values:

  • InProgress
  • Failed
  • Completed
  • Stopped
  • Stopping

Returns:

  • (String)

    The status of the human loop.