Edge
A directed edge connecting two lineage entities.
Contents
- AssociationType
-
The type of the Association(Edge) between the source and destination. For example
ContributedTo
,Produced
, orDerivedFrom
.Type: String
Valid Values:
ContributedTo | AssociatedWith | DerivedFrom | Produced | SameAs
Required: No
- DestinationArn
-
The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:(experiment|experiment-trial-component|artifact|action|context)/.*
Required: No
- SourceArn
-
The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:(experiment|experiment-trial-component|artifact|action|context)/.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: