Struct aws_sdk_sagemaker::model::Vertex
source · #[non_exhaustive]pub struct Vertex { /* private fields */ }
Expand description
A lineage entity connected to the starting entity(ies).
Implementations§
source§impl Vertex
impl Vertex
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the lineage entity resource.
sourcepub fn type(&self) -> Option<&str>
pub fn type(&self) -> Option<&str>
The type of the lineage entity resource. For example: DataSet
, Model
, Endpoint
, etc...
sourcepub fn lineage_type(&self) -> Option<&LineageType>
pub fn lineage_type(&self) -> Option<&LineageType>
The type of resource of the lineage entity.