Interface HumanLoopInput.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HumanLoopInput.Builder,HumanLoopInput>, SdkBuilder<HumanLoopInput.Builder,HumanLoopInput>, SdkPojo
Enclosing class:
HumanLoopInput

public static interface HumanLoopInput.Builder extends SdkPojo, CopyableBuilder<HumanLoopInput.Builder,HumanLoopInput>
  • Method Details

    • inputContent

      HumanLoopInput.Builder inputContent(String inputContent)

      Serialized input from the human loop. The input must be a string representation of a file in JSON format.

      Parameters:
      inputContent - Serialized input from the human loop. The input must be a string representation of a file in JSON format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.