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

Class: Aws::AugmentedAIRuntime::Types::HumanLoopSummary

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

Overview

Summary information about the human loop.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When Amazon Augmented AI created the human loop.

Returns:

  • (Time)

    When Amazon Augmented AI created the human loop.

#failure_reasonString

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

Returns:

  • (String)

    The reason why the human loop failed.

#flow_definition_arnString

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

Returns:

  • (String)

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

#human_loop_nameString

The name of the human loop.

Returns:

  • (String)

    The name of the human loop.

#human_loop_statusString

The status of the human loop.

Possible values:

  • InProgress
  • Failed
  • Completed
  • Stopped
  • Stopping

Returns:

  • (String)

    The status of the human loop.