Struct aws_sdk_sagemaker::model::Edge
source ·
[−]#[non_exhaustive]pub struct Edge {
pub source_arn: Option<String>,
pub destination_arn: Option<String>,
pub association_type: Option<AssociationEdgeType>,
}
Expand description
A directed edge connecting two lineage entities.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.source_arn: Option<String>
The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.
destination_arn: Option<String>
The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.
association_type: Option<AssociationEdgeType>
The type of the Association(Edge) between the source and destination. For example ContributedTo
, Produced
, or DerivedFrom
.
Implementations
The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.
The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.
The type of the Association(Edge) between the source and destination. For example ContributedTo
, Produced
, or DerivedFrom
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Edge
impl UnwindSafe for Edge
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more