Interface EvaluationStatus.Builder

  • Method Details

    • status

      The status of an execution. The valid values are In_Progress, Succeeded or Failed.

      Parameters:
      status - The status of an execution. The valid values are In_Progress, Succeeded or Failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of an execution. The valid values are In_Progress, Succeeded or Failed.

      Parameters:
      status - The status of an execution. The valid values are In_Progress, Succeeded or Failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • failureReason

      EvaluationStatus.Builder failureReason(String failureReason)

      An explanation for failed execution status.

      Parameters:
      failureReason - An explanation for failed execution status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.