GetQuantumTaskResponse
public struct GetQuantumTaskResponse : 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 was run on.
Declaration
Swift
public let deviceArn: String
-
The parameters for the device on which the task ran.
Declaration
Swift
public let deviceParameters: String
-
The time at which the task ended.
Declaration
Swift
public let endedAt: TimeStamp?
-
The reason that a task failed.
Declaration
Swift
public let failureReason: String?
-
The S3 bucket where task results are stored.
Declaration
Swift
public let outputS3Bucket: String
-
The folder in the S3 bucket where task results are stored.
Declaration
Swift
public let outputS3Directory: String
-
The ARN of the task.
Declaration
Swift
public let quantumTaskArn: String
-
The number of shots used in the task.
Declaration
Swift
public let shots: Int64
-
The status of the task.
Declaration
Swift
public let status: QuantumTaskStatus
-
init(createdAt:deviceArn:deviceParameters:endedAt:failureReason:outputS3Bucket:outputS3Directory:quantumTaskArn:shots:status:)
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp, deviceArn: String, deviceParameters: String, endedAt: TimeStamp? = nil, failureReason: String? = nil, outputS3Bucket: String, outputS3Directory: String, quantumTaskArn: String, shots: Int64, status: QuantumTaskStatus)