BatchInferenceJob
public struct BatchInferenceJob : 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?
-
A string to string map of the configuration details of a batch inference job.
Declaration
Swift
public let batchInferenceJobConfig: BatchInferenceJobConfig?
-
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 ARN of the filter used on the batch inference job.
Declaration
Swift
public let filterArn: String?
-
The Amazon S3 path that leads to the input data used to generate the batch inference job.
Declaration
Swift
public let jobInput: BatchInferenceJobInput?
-
The name of the batch inference job.
Declaration
Swift
public let jobName: String?
-
The Amazon S3 bucket that contains the output data generated by the batch inference job.
Declaration
Swift
public let jobOutput: BatchInferenceJobOutput?
-
The time at which the batch inference job was last updated.
Declaration
Swift
public let lastUpdatedDateTime: TimeStamp?
-
The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
Declaration
Swift
public let numResults: Int?
-
The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
Declaration
Swift
public let roleArn: String?
-
The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
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?
-
init(batchInferenceJobArn:batchInferenceJobConfig:creationDateTime:failureReason:filterArn:jobInput:jobName:jobOutput:lastUpdatedDateTime:numResults:roleArn:solutionVersionArn:status:)
Undocumented
Declaration
Swift
public init(batchInferenceJobArn: String? = nil, batchInferenceJobConfig: BatchInferenceJobConfig? = nil, creationDateTime: TimeStamp? = nil, failureReason: String? = nil, filterArn: String? = nil, jobInput: BatchInferenceJobInput? = nil, jobName: String? = nil, jobOutput: BatchInferenceJobOutput? = nil, lastUpdatedDateTime: TimeStamp? = nil, numResults: Int? = nil, roleArn: String? = nil, solutionVersionArn: String? = nil, status: String? = nil)