DescribeProcessingJobResponse
public struct DescribeProcessingJobResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Configures the processing job to run a specified container image.
Declaration
Swift
public let appSpecification: AppSpecification
-
The ARN of an AutoML job associated with this processing job.
Declaration
Swift
public let autoMLJobArn: String?
-
The time at which the processing job was created.
Declaration
Swift
public let creationTime: TimeStamp
-
The environment variables set in the Docker container.
Declaration
Swift
public let environment: [String : String]?
-
An optional 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?
-
The configuration information used to create an experiment.
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 at which 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?
-
Networking options for a processing job.
Declaration
Swift
public let networkConfig: NetworkConfig?
-
The time at which the processing job completed.
Declaration
Swift
public let processingEndTime: TimeStamp?
-
The inputs for a processing job.
Declaration
Swift
public let processingInputs: [ProcessingInput]?
-
The Amazon Resource Name (ARN) of the processing job.
Declaration
Swift
public let processingJobArn: String
-
The name of the processing job. The name must be unique within an AWS Region in the AWS account.
Declaration
Swift
public let processingJobName: String
-
Provides the status of a processing job.
Declaration
Swift
public let processingJobStatus: ProcessingJobStatus
-
Output configuration for the processing job.
Declaration
Swift
public let processingOutputConfig: ProcessingOutputConfig?
-
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.
Declaration
Swift
public let processingResources: ProcessingResources
-
The time at which the processing job started.
Declaration
Swift
public let processingStartTime: TimeStamp?
-
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
Declaration
Swift
public let roleArn: String?
-
The time limit for how long the processing job is allowed to run.
Declaration
Swift
public let stoppingCondition: ProcessingStoppingCondition?
-
The ARN of a 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:trainingJobArn:)
Undocumented
Declaration
Swift
public init(appSpecification: AppSpecification, autoMLJobArn: String? = nil, creationTime: TimeStamp, 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, processingJobName: String, processingJobStatus: ProcessingJobStatus, processingOutputConfig: ProcessingOutputConfig? = nil, processingResources: ProcessingResources, processingStartTime: TimeStamp? = nil, roleArn: String? = nil, stoppingCondition: ProcessingStoppingCondition? = nil, trainingJobArn: String? = nil)