public class HumanLoopActivationOutput
extends java.lang.Object
implements java.io.Serializable
Shows the results of the human in the loop evaluation. If there is no HumanLoopArn, the input did not trigger human review.
| Constructor and Description |
|---|
HumanLoopActivationOutput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getHumanLoopActivationConditionsEvaluationResults()
Shows the result of condition evaluations, including those conditions
which activated a human review.
|
java.util.List<java.lang.String> |
getHumanLoopActivationReasons()
Shows if and why human review was needed.
|
java.lang.String |
getHumanLoopArn()
The Amazon Resource Name (ARN) of the HumanLoop created.
|
int |
hashCode() |
void |
setHumanLoopActivationConditionsEvaluationResults(java.lang.String humanLoopActivationConditionsEvaluationResults)
Shows the result of condition evaluations, including those conditions
which activated a human review.
|
void |
setHumanLoopActivationReasons(java.util.Collection<java.lang.String> humanLoopActivationReasons)
Shows if and why human review was needed.
|
void |
setHumanLoopArn(java.lang.String humanLoopArn)
The Amazon Resource Name (ARN) of the HumanLoop created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
HumanLoopActivationOutput |
withHumanLoopActivationConditionsEvaluationResults(java.lang.String humanLoopActivationConditionsEvaluationResults)
Shows the result of condition evaluations, including those conditions
which activated a human review.
|
HumanLoopActivationOutput |
withHumanLoopActivationReasons(java.util.Collection<java.lang.String> humanLoopActivationReasons)
Shows if and why human review was needed.
|
HumanLoopActivationOutput |
withHumanLoopActivationReasons(java.lang.String... humanLoopActivationReasons)
Shows if and why human review was needed.
|
HumanLoopActivationOutput |
withHumanLoopArn(java.lang.String humanLoopArn)
The Amazon Resource Name (ARN) of the HumanLoop created.
|
public java.lang.String getHumanLoopArn()
The Amazon Resource Name (ARN) of the HumanLoop created.
Constraints:
Length: - 256
The Amazon Resource Name (ARN) of the HumanLoop created.
public void setHumanLoopArn(java.lang.String humanLoopArn)
The Amazon Resource Name (ARN) of the HumanLoop created.
Constraints:
Length: - 256
humanLoopArn - The Amazon Resource Name (ARN) of the HumanLoop created.
public HumanLoopActivationOutput withHumanLoopArn(java.lang.String humanLoopArn)
The Amazon Resource Name (ARN) of the HumanLoop created.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 256
humanLoopArn - The Amazon Resource Name (ARN) of the HumanLoop created.
public java.util.List<java.lang.String> getHumanLoopActivationReasons()
Shows if and why human review was needed.
Shows if and why human review was needed.
public void setHumanLoopActivationReasons(java.util.Collection<java.lang.String> humanLoopActivationReasons)
Shows if and why human review was needed.
humanLoopActivationReasons - Shows if and why human review was needed.
public HumanLoopActivationOutput withHumanLoopActivationReasons(java.lang.String... humanLoopActivationReasons)
Shows if and why human review was needed.
Returns a reference to this object so that method calls can be chained together.
humanLoopActivationReasons - Shows if and why human review was needed.
public HumanLoopActivationOutput withHumanLoopActivationReasons(java.util.Collection<java.lang.String> humanLoopActivationReasons)
Shows if and why human review was needed.
Returns a reference to this object so that method calls can be chained together.
humanLoopActivationReasons - Shows if and why human review was needed.
public java.lang.String getHumanLoopActivationConditionsEvaluationResults()
Shows the result of condition evaluations, including those conditions which activated a human review.
Constraints:
Length: - 10240
Shows the result of condition evaluations, including those conditions which activated a human review.
public void setHumanLoopActivationConditionsEvaluationResults(java.lang.String humanLoopActivationConditionsEvaluationResults)
Shows the result of condition evaluations, including those conditions which activated a human review.
Constraints:
Length: - 10240
humanLoopActivationConditionsEvaluationResults - Shows the result of condition evaluations, including those conditions which activated a human review.
public HumanLoopActivationOutput withHumanLoopActivationConditionsEvaluationResults(java.lang.String humanLoopActivationConditionsEvaluationResults)
Shows the result of condition evaluations, including those conditions which activated a human review.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 10240
humanLoopActivationConditionsEvaluationResults - Shows the result of condition evaluations, including those conditions which activated a human review.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.