ProcessingJob
public struct ProcessingJob : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let appSpecification: AppSpecification? -
The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.
Declaration
Swift
public let autoMLJobArn: String? -
The time the processing job was created.
Declaration
Swift
public let creationTime: TimeStamp? -
Sets the environment variables in the Docker container.
Declaration
Swift
public let environment: [String : String]? -
A string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
Declaration
Swift
public let exitMessage: String? -
Undocumented
Declaration
Swift
public let experimentConfig: ExperimentConfig? -
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
Declaration
Swift
public let failureReason: String? -
The time the processing job was last modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp? -
The ARN of a monitoring schedule for an endpoint associated with this processing job.
Declaration
Swift
public let monitoringScheduleArn: String? -
Undocumented
Declaration
Swift
public let networkConfig: NetworkConfig? -
The time that the processing job ended.
Declaration
Swift
public let processingEndTime: TimeStamp? -
For each input, data is downloaded from S3 into the processing container before the processing job begins running if “S3InputMode” is set to File.
Declaration
Swift
public let processingInputs: [ProcessingInput]? -
The ARN of the processing job.
Declaration
Swift
public let processingJobArn: String? -
The name of the processing job.
Declaration
Swift
public let processingJobName: String? -
The status of the processing job.
Declaration
Swift
public let processingJobStatus: ProcessingJobStatus? -
Undocumented
Declaration
Swift
public let processingOutputConfig: ProcessingOutputConfig? -
Undocumented
Declaration
Swift
public let processingResources: ProcessingResources? -
The time that the processing job started.
Declaration
Swift
public let processingStartTime: TimeStamp? -
The ARN of the role used to create the processing job.
Declaration
Swift
public let roleArn: String? -
Undocumented
Declaration
Swift
public let stoppingCondition: ProcessingStoppingCondition? -
An array of key-value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
Declaration
Swift
public let tags: [Tag]? -
The ARN of the training job associated with this processing job.
Declaration
Swift
public let trainingJobArn: String? -
init(appSpecification:autoMLJobArn:creationTime:environment:exitMessage:experimentConfig:failureReason:lastModifiedTime:monitoringScheduleArn:networkConfig:processingEndTime:processingInputs:processingJobArn:processingJobName:processingJobStatus:processingOutputConfig:processingResources:processingStartTime:roleArn:stoppingCondition:tags:trainingJobArn:)Undocumented
Declaration
Swift
public init(appSpecification: AppSpecification? = nil, autoMLJobArn: String? = nil, creationTime: TimeStamp? = nil, environment: [String : String]? = nil, exitMessage: String? = nil, experimentConfig: ExperimentConfig? = nil, failureReason: String? = nil, lastModifiedTime: TimeStamp? = nil, monitoringScheduleArn: String? = nil, networkConfig: NetworkConfig? = nil, processingEndTime: TimeStamp? = nil, processingInputs: [ProcessingInput]? = nil, processingJobArn: String? = nil, processingJobName: String? = nil, processingJobStatus: ProcessingJobStatus? = nil, processingOutputConfig: ProcessingOutputConfig? = nil, processingResources: ProcessingResources? = nil, processingStartTime: TimeStamp? = nil, roleArn: String? = nil, stoppingCondition: ProcessingStoppingCondition? = nil, tags: [Tag]? = nil, trainingJobArn: String? = nil)
View on GitHub
ProcessingJob Structure Reference