ProcessingJobReference

class aws_cdk.aws_sagemaker.ProcessingJobReference(*, processing_job_arn)

Bases: object

A reference to a ProcessingJob resource.

Parameters:

processing_job_arn (str) – The ProcessingJobArn of the ProcessingJob resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_sagemaker as sagemaker

processing_job_reference = sagemaker.ProcessingJobReference(
    processing_job_arn="processingJobArn"
)

Attributes

processing_job_arn

The ProcessingJobArn of the ProcessingJob resource.