DescribeHumanLoopResponse
public struct DescribeHumanLoopResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The creation time when Amazon Augmented AI created the human loop.
Declaration
Swift
public let creationTime: TimeStamp
-
A failure code that identifies the type of failure.
Declaration
Swift
public let failureCode: String?
-
The reason why a human loop failed. The 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.
Declaration
Swift
public let flowDefinitionArn: String
-
The Amazon Resource Name (ARN) of the human loop.
Declaration
Swift
public let humanLoopArn: String
-
The name of the human loop. The name must be lowercase, unique within the Region in your account, and can have up to 63 characters. Valid characters: a-z, 0-9, and - (hyphen).
Declaration
Swift
public let humanLoopName: String
-
An object that contains information about the output of the human loop.
Declaration
Swift
public let humanLoopOutput: HumanLoopOutput?
-
The status of the human loop.
Declaration
Swift
public let humanLoopStatus: HumanLoopStatus
-
init(creationTime:failureCode:failureReason:flowDefinitionArn:humanLoopArn:humanLoopName:humanLoopOutput:humanLoopStatus:)
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp, failureCode: String? = nil, failureReason: String? = nil, flowDefinitionArn: String, humanLoopArn: String, humanLoopName: String, humanLoopOutput: HumanLoopOutput? = nil, humanLoopStatus: HumanLoopStatus)