/AWS1/CL_SGMVERTEX¶
A lineage entity connected to the starting entity(ies).
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/SGMASSOCIATIONENTITYARN /AWS1/SGMASSOCIATIONENTITYARN¶
The Amazon Resource Name (ARN) of the lineage entity resource.
iv_type TYPE /AWS1/SGMSTRING40 /AWS1/SGMSTRING40¶
The type of the lineage entity resource. For example:
DataSet,Model,Endpoint, etc...
iv_lineagetype TYPE /AWS1/SGMLINEAGETYPE /AWS1/SGMLINEAGETYPE¶
The type of resource of the lineage entity.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the lineage entity resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Type¶
The type of the lineage entity resource. For example:
DataSet,Model,Endpoint, etc...
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
LineageType¶
The type of resource of the lineage entity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINEAGETYPE() |
Getter for LINEAGETYPE, with configurable default |
ASK_LINEAGETYPE() |
Getter for LINEAGETYPE w/ exceptions if field has no value |
HAS_LINEAGETYPE() |
Determine if LINEAGETYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_VERTICES¶
TYPES TT_VERTICES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMVERTEX WITH DEFAULT KEY
.