Class DescribeHumanLoopResponse

    • Method Detail

      • creationTime

        public final Instant creationTime()

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

        Returns:
        The creation time when Amazon Augmented AI created the human loop.
      • failureReason

        public final String failureReason()

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

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

        public final String failureCode()

        A failure code that identifies the type of failure.

        Possible values: ValidationError, Expired, InternalError

        Returns:
        A failure code that identifies the type of failure.

        Possible values: ValidationError, Expired, InternalError

      • humanLoopName

        public final String 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).

        Returns:
        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).
      • humanLoopArn

        public final String humanLoopArn()

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

        Returns:
        The Amazon Resource Name (ARN) of the human loop.
      • flowDefinitionArn

        public final String flowDefinitionArn()

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

        Returns:
        The Amazon Resource Name (ARN) of the flow definition.
      • humanLoopOutput

        public final HumanLoopOutput humanLoopOutput()

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

        Returns:
        An object that contains information about the output of the human loop.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object