ProcessingJobReference

class aws_cdk.interfaces.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.interfaces import aws_sagemaker as interfaces_aws_sagemaker

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

Attributes

processing_job_arn

The ProcessingJobArn of the ProcessingJob resource.