@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HumanLoopActivationOutput extends Object implements Serializable, Cloneable, StructuredPojo
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 |
---|---|
HumanLoopActivationOutput |
clone() |
boolean |
equals(Object obj) |
String |
getHumanLoopActivationConditionsEvaluationResults()
Shows the result of condition evaluations, including those conditions which activated a human review.
|
List<String> |
getHumanLoopActivationReasons()
Shows if and why human review was needed.
|
String |
getHumanLoopArn()
The Amazon Resource Name (ARN) of the HumanLoop created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHumanLoopActivationConditionsEvaluationResults(String humanLoopActivationConditionsEvaluationResults)
Shows the result of condition evaluations, including those conditions which activated a human review.
|
void |
setHumanLoopActivationReasons(Collection<String> humanLoopActivationReasons)
Shows if and why human review was needed.
|
void |
setHumanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the HumanLoop created.
|
String |
toString()
Returns a string representation of this object.
|
HumanLoopActivationOutput |
withHumanLoopActivationConditionsEvaluationResults(String humanLoopActivationConditionsEvaluationResults)
Shows the result of condition evaluations, including those conditions which activated a human review.
|
HumanLoopActivationOutput |
withHumanLoopActivationReasons(Collection<String> humanLoopActivationReasons)
Shows if and why human review was needed.
|
HumanLoopActivationOutput |
withHumanLoopActivationReasons(String... humanLoopActivationReasons)
Shows if and why human review was needed.
|
HumanLoopActivationOutput |
withHumanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the HumanLoop created.
|
public void setHumanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the HumanLoop created.
humanLoopArn
- The Amazon Resource Name (ARN) of the HumanLoop created.public String getHumanLoopArn()
The Amazon Resource Name (ARN) of the HumanLoop created.
public HumanLoopActivationOutput withHumanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the HumanLoop created.
humanLoopArn
- The Amazon Resource Name (ARN) of the HumanLoop created.public List<String> getHumanLoopActivationReasons()
Shows if and why human review was needed.
public void setHumanLoopActivationReasons(Collection<String> humanLoopActivationReasons)
Shows if and why human review was needed.
humanLoopActivationReasons
- Shows if and why human review was needed.public HumanLoopActivationOutput withHumanLoopActivationReasons(String... humanLoopActivationReasons)
Shows if and why human review was needed.
NOTE: This method appends the values to the existing list (if any). Use
setHumanLoopActivationReasons(java.util.Collection)
or
withHumanLoopActivationReasons(java.util.Collection)
if you want to override the existing values.
humanLoopActivationReasons
- Shows if and why human review was needed.public HumanLoopActivationOutput withHumanLoopActivationReasons(Collection<String> humanLoopActivationReasons)
Shows if and why human review was needed.
humanLoopActivationReasons
- Shows if and why human review was needed.public void setHumanLoopActivationConditionsEvaluationResults(String humanLoopActivationConditionsEvaluationResults)
Shows the result of condition evaluations, including those conditions which activated a human review.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
humanLoopActivationConditionsEvaluationResults
- Shows the result of condition evaluations, including those conditions which activated a human review.public String getHumanLoopActivationConditionsEvaluationResults()
Shows the result of condition evaluations, including those conditions which activated a human review.
This field's value will be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
public HumanLoopActivationOutput withHumanLoopActivationConditionsEvaluationResults(String humanLoopActivationConditionsEvaluationResults)
Shows the result of condition evaluations, including those conditions which activated a human review.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
humanLoopActivationConditionsEvaluationResults
- Shows the result of condition evaluations, including those conditions which activated a human review.public String toString()
toString
in class Object
Object.toString()
public HumanLoopActivationOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.