Class StartHumanLoopRequest

    • Method Detail

      • humanLoopName

        public final String humanLoopName()

        The name of the human loop.

        Returns:
        The name of the human loop.
      • flowDefinitionArn

        public final String flowDefinitionArn()

        The Amazon Resource Name (ARN) of the flow definition associated with this human loop.

        Returns:
        The Amazon Resource Name (ARN) of the flow definition associated with this human loop.
      • humanLoopInput

        public final HumanLoopInput humanLoopInput()

        An object that contains information about the human loop.

        Returns:
        An object that contains information about the human loop.
      • dataAttributes

        public final HumanLoopDataAttributes dataAttributes()

        Attributes of the specified data. Use DataAttributes to specify if your data is free of personally identifiable information and/or free of adult content.

        Returns:
        Attributes of the specified data. Use DataAttributes to specify if your data is free of personally identifiable information and/or free of adult content.
      • 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