Vertex

class Vertex

A lineage entity connected to the starting entity(ies).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the lineage entity resource.

Link copied to clipboard

The type of resource of the lineage entity.

Link copied to clipboard
val type: String?

The type of the lineage entity resource. For example: DataSet, Model, Endpoint, etc...

Functions

Link copied to clipboard
inline fun copy(block: Vertex.Builder.() -> Unit = {}): Vertex
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String