Skip to content

/AWS1/CL_SGM=>CREATEPROCESSINGJOB()

About CreateProcessingJob

Creates a processing job.

Method Signature

IMPORTING

Required arguments:

IV_PROCESSINGJOBNAME TYPE /AWS1/SGMPROCESSINGJOBNAME /AWS1/SGMPROCESSINGJOBNAME

The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

IO_PROCESSINGRESOURCES TYPE REF TO /AWS1/CL_SGMPROCINGRESOURCES /AWS1/CL_SGMPROCINGRESOURCES

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.

IO_APPSPECIFICATION TYPE REF TO /AWS1/CL_SGMAPPSPECIFICATION /AWS1/CL_SGMAPPSPECIFICATION

Configures the processing job to run a specified Docker container image.

IV_ROLEARN TYPE /AWS1/SGMROLEARN /AWS1/SGMROLEARN

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

Optional arguments:

IT_PROCESSINGINPUTS TYPE /AWS1/CL_SGMPROCESSINGINPUT=>TT_PROCESSINGINPUTS TT_PROCESSINGINPUTS

An array of inputs configuring the data to download into the processing container.

IO_PROCESSINGOUTPUTCONFIG TYPE REF TO /AWS1/CL_SGMPROCINGOUTPUTCFG /AWS1/CL_SGMPROCINGOUTPUTCFG

Output configuration for the processing job.

IO_STOPPINGCONDITION TYPE REF TO /AWS1/CL_SGMPROCINGSTOPPINGC00 /AWS1/CL_SGMPROCINGSTOPPINGC00

The time limit for how long the processing job is allowed to run.

IT_ENVIRONMENT TYPE /AWS1/CL_SGMPROCINGENVIRONME00=>TT_PROCESSINGENVIRONMENTMAP TT_PROCESSINGENVIRONMENTMAP

The environment variables to set in the Docker container. Up to 100 key and values entries in the map are supported.

IO_NETWORKCONFIG TYPE REF TO /AWS1/CL_SGMNETWORKCONFIG /AWS1/CL_SGMNETWORKCONFIG

Networking options for a processing job, such as whether to allow inbound and outbound network calls to and from processing containers, and the VPC subnets and security groups to use for VPC-enabled processing jobs.

IT_TAGS TYPE /AWS1/CL_SGMTAG=>TT_TAGLIST TT_TAGLIST

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

IO_EXPERIMENTCONFIG TYPE REF TO /AWS1/CL_SGMEXPERIMENTCONFIG /AWS1/CL_SGMEXPERIMENTCONFIG

ExperimentConfig

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SGMCREPROCINGJOBRSP /AWS1/CL_SGMCREPROCINGJOBRSP