interface ProcessingJobReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Sagemaker.ProcessingJobReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssagemaker#ProcessingJobReference |
Java | software.amazon.awscdk.interfaces.sagemaker.ProcessingJobReference |
Python | aws_cdk.interfaces.aws_sagemaker.ProcessingJobReference |
TypeScript | aws-cdk-lib » interfaces » aws_sagemaker » ProcessingJobReference |
A reference to a ProcessingJob resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as interfaces_sagemaker } from 'aws-cdk-lib/interfaces';
const processingJobReference: interfaces_sagemaker.ProcessingJobReference = {
processingJobArn: 'processingJobArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| processing | string | The ProcessingJobArn of the ProcessingJob resource. |
processingJobArn
Type:
string
The ProcessingJobArn of the ProcessingJob resource.

.NET
Go
Java
Python
TypeScript