Interface HumanLoopSummary.Builder

    • Method Detail

      • humanLoopName

        HumanLoopSummary.Builder humanLoopName​(String humanLoopName)

        The name of the human loop.

        Parameters:
        humanLoopName - The name of the human loop.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • humanLoopStatus

        HumanLoopSummary.Builder humanLoopStatus​(String humanLoopStatus)

        The status of the human loop.

        Parameters:
        humanLoopStatus - The status of the human loop.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HumanLoopStatus, HumanLoopStatus
      • creationTime

        HumanLoopSummary.Builder creationTime​(Instant creationTime)

        When Amazon Augmented AI created the human loop.

        Parameters:
        creationTime - When Amazon Augmented AI created the human loop.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReason

        HumanLoopSummary.Builder failureReason​(String failureReason)

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

        Parameters:
        failureReason - The reason why the human loop failed. A failure reason is returned when the status of the human loop is Failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flowDefinitionArn

        HumanLoopSummary.Builder flowDefinitionArn​(String flowDefinitionArn)

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

        Parameters:
        flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
        Returns:
        Returns a reference to this object so that method calls can be chained together.