Show / Hide Table of Contents

Class ProcessingJobReference

A reference to a ProcessingJob resource.

Inheritance
object
ProcessingJobReference
Implements
IProcessingJobReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ProcessingJobReference : IProcessingJobReference
Syntax (vb)
Public Class ProcessingJobReference Implements IProcessingJobReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.Sagemaker;

            var processingJobReference = new ProcessingJobReference {
                ProcessingJobArn = "processingJobArn"
            };

Synopsis

Constructors

ProcessingJobReference()

A reference to a ProcessingJob resource.

Properties

ProcessingJobArn

The ProcessingJobArn of the ProcessingJob resource.

Constructors

ProcessingJobReference()

A reference to a ProcessingJob resource.

public ProcessingJobReference()
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.Sagemaker;

            var processingJobReference = new ProcessingJobReference {
                ProcessingJobArn = "processingJobArn"
            };

Properties

ProcessingJobArn

The ProcessingJobArn of the ProcessingJob resource.

public string ProcessingJobArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IProcessingJobReference
Back to top Generated by DocFX