HumanLoopSummary
public struct HumanLoopSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
When Amazon Augmented AI created the human loop.
Declaration
Swift
public let creationTime: TimeStamp?
-
The reason why the human loop failed. A failure reason is returned when the status of the human loop is Failed.
Declaration
Swift
public let failureReason: String?
-
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
Declaration
Swift
public let flowDefinitionArn: String?
-
The name of the human loop.
Declaration
Swift
public let humanLoopName: String?
-
The status of the human loop.
Declaration
Swift
public let humanLoopStatus: HumanLoopStatus?
-
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, failureReason: String? = nil, flowDefinitionArn: String? = nil, humanLoopName: String? = nil, humanLoopStatus: HumanLoopStatus? = nil)