AWS Fundamentals Logo
AWS Fundamentals
AWS::SageMaker::ProcessingJob

SageMaker ProcessingJob

Resource Type definition for AWS::SageMaker::ProcessingJob

Properties

11 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
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

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AutoMLJobArnstringThe ARN of an AutoML job associated with this processing job.
CreationTimestringThe time at which the processing job was created.
ExitMessagestringAn optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
FailureReasonstringA string, up to one KB in size, that contains the reason a processing job failed, if it failed.
LastModifiedTimestringThe time at which the processing job was last modified.
MonitoringScheduleArnstringThe ARN of a monitoring schedule for an endpoint associated with this processing job.
ProcessingEndTimestringThe time at which the processing job completed.
ProcessingJobArnstringThe Amazon Resource Name (ARN) of the processing job.
ProcessingJobStatusstringProvides the status of a processing job.
ProcessingStartTimestringThe time at which the processing job started.
TrainingJobArnstringThe ARN of a training job associated with this processing job

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ec2:CreateNetworkInterfaceec2:CreateNetworkInterfacePermissionec2:DeleteNetworkInterfaceec2:DeleteNetworkInterfacePermissionec2:DescribeNetworkInterfacesec2:DescribeVpcsec2:DescribeDhcpOptionsec2:DescribeSubnets

read

sagemaker:DescribeProcessingJobsagemaker:ListTags

delete

ec2:DeleteNetworkInterfaceec2:DeleteNetworkInterfacePermissionec2:DescribeNetworkInterfacesec2:DescribeVpcsec2:DescribeSubnetsec2:DescribeSecurityGroupssagemaker:StopProcessingJobsagemaker:DeleteProcessingJob

list

sagemaker:ListProcessingJobssagemaker:DescribeProcessingJobsagemaker:ListTags

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSageMaker
Properties22
Required3
TaggingSupported
Primary IDProcessingJobArn

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AppSpecificationEnvironmentExperimentConfigNetworkConfigProcessingInputsProcessingJobNameProcessingOutputConfigProcessingResourcesRoleArnStoppingConditionTags

External Links