AWS::SageMaker::ProcessingJobResource Type definition for AWS::SageMaker::ProcessingJob
11 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AppSpecification | AppSpecification | RequiredCreate-only |
ProcessingResources | ProcessingResources | RequiredCreate-only |
RoleArn | string | RequiredCreate-only |
Environment | Environment | Create-only |
ExperimentConfig | ExperimentConfig | Create-only |
NetworkConfig | NetworkConfig | Create-only |
ProcessingInputs | Array<ProcessingInputsObject> | Create-only |
ProcessingJobName | string | Create-only |
ProcessingOutputConfig | ProcessingOutputConfig | Create-only |
StoppingCondition | StoppingCondition | Create-only |
Tags | Array<Tag> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AutoMLJobArn | string | The ARN of an AutoML job associated with this processing job. |
CreationTime | string | The time at which the processing job was created. |
ExitMessage | string | An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits. |
FailureReason | string | A string, up to one KB in size, that contains the reason a processing job failed, if it failed. |
LastModifiedTime | string | The time at which the processing job was last modified. |
MonitoringScheduleArn | string | The ARN of a monitoring schedule for an endpoint associated with this processing job. |
ProcessingEndTime | string | The time at which the processing job completed. |
ProcessingJobArn | string | The Amazon Resource Name (ARN) of the processing job. |
ProcessingJobStatus | string | Provides the status of a processing job. |
ProcessingStartTime | string | The time at which the processing job started. |
TrainingJobArn | string | The ARN of a training job associated with this processing job |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::ProcessingJob
Resources:
MyResource:
Type: AWS::SageMaker::ProcessingJob
Properties:
AppSpecification: "value"
ProcessingResources: "value"
RoleArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateNetworkInterfaceec2:CreateNetworkInterfacePermissionec2:DeleteNetworkInterfaceec2:DeleteNetworkInterfacePermissionec2:DescribeNetworkInterfacesec2:DescribeVpcsec2:DescribeDhcpOptionsec2:DescribeSubnetssagemaker:DescribeProcessingJobsagemaker:ListTagsec2:DeleteNetworkInterfaceec2:DeleteNetworkInterfacePermissionec2:DescribeNetworkInterfacesec2:DescribeVpcsec2:DescribeSubnetsec2:DescribeSecurityGroupssagemaker:StopProcessingJobsagemaker:DeleteProcessingJobsagemaker:ListProcessingJobssagemaker:DescribeProcessingJobsagemaker:ListTagsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterProcessingJobArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AppSpecificationEnvironmentExperimentConfigNetworkConfigProcessingInputsProcessingJobNameProcessingOutputConfigProcessingResourcesRoleArnStoppingConditionTags