QuantumTaskSummary
public struct QuantumTaskSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time at which the task was created.
Declaration
Swift
public let createdAt: TimeStamp
-
The ARN of the device the task ran on.
Declaration
Swift
public let deviceArn: String
-
The time at which the task finished.
Declaration
Swift
public let endedAt: TimeStamp?
-
The S3 bucket where the task result file is stored..
Declaration
Swift
public let outputS3Bucket: String
-
The folder in the S3 bucket where the task result file is stored.
Declaration
Swift
public let outputS3Directory: String
-
The ARN of the task.
Declaration
Swift
public let quantumTaskArn: String
-
The shots used for the task.
Declaration
Swift
public let shots: Int64
-
The status of the task.
Declaration
Swift
public let status: QuantumTaskStatus
-
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp, deviceArn: String, endedAt: TimeStamp? = nil, outputS3Bucket: String, outputS3Directory: String, quantumTaskArn: String, shots: Int64, status: QuantumTaskStatus)