BatchInferenceJobSummary
public struct BatchInferenceJobSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the batch inference job.
Declaration
Swift
public let batchInferenceJobArn: String? -
The time at which the batch inference job was created.
Declaration
Swift
public let creationDateTime: TimeStamp? -
If the batch inference job failed, the reason for the failure.
Declaration
Swift
public let failureReason: String? -
The name of the batch inference job.
Declaration
Swift
public let jobName: String? -
The time at which the batch inference job was last updated.
Declaration
Swift
public let lastUpdatedDateTime: TimeStamp? -
The ARN of the solution version used by the batch inference job.
Declaration
Swift
public let solutionVersionArn: String? -
The status of the batch inference job. The status is one of the following values: PENDING IN PROGRESS ACTIVE CREATE FAILED
Declaration
Swift
public let status: String?
View on GitHub
BatchInferenceJobSummary Structure Reference