HumanLoopActivationOutput
public struct HumanLoopActivationOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Shows the result of condition evaluations, including those conditions which activated a human review.
Declaration
Swift
public let humanLoopActivationConditionsEvaluationResults: String? -
Shows if and why human review was needed.
Declaration
Swift
public let humanLoopActivationReasons: [String]? -
The Amazon Resource Name (ARN) of the HumanLoop created.
Declaration
Swift
public let humanLoopArn: String? -
Undocumented
Declaration
Swift
public init(humanLoopActivationConditionsEvaluationResults: String? = nil, humanLoopActivationReasons: [String]? = nil, humanLoopArn: String? = nil)
View on GitHub
HumanLoopActivationOutput Structure Reference