Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data Vertex = Vertex' {
- arn :: Maybe Text
- lineageType :: Maybe LineageType
- type' :: Maybe Text
- newVertex :: Vertex
- vertex_arn :: Lens' Vertex (Maybe Text)
- vertex_lineageType :: Lens' Vertex (Maybe LineageType)
- vertex_type :: Lens' Vertex (Maybe Text)
Documentation
A lineage entity connected to the starting entity(ies).
See: newVertex
smart constructor.
Vertex' | |
|
Instances
FromJSON Vertex Source # | |
Generic Vertex Source # | |
Read Vertex Source # | |
Show Vertex Source # | |
NFData Vertex Source # | |
Defined in Amazonka.SageMaker.Types.Vertex | |
Eq Vertex Source # | |
Hashable Vertex Source # | |
Defined in Amazonka.SageMaker.Types.Vertex | |
type Rep Vertex Source # | |
Defined in Amazonka.SageMaker.Types.Vertex type Rep Vertex = D1 ('MetaData "Vertex" "Amazonka.SageMaker.Types.Vertex" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "Vertex'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lineageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LineageType)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) |
Create a value of Vertex
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:Vertex'
, vertex_arn
- The Amazon Resource Name (ARN) of the lineage entity resource.
$sel:lineageType:Vertex'
, vertex_lineageType
- The type of resource of the lineage entity.
$sel:type':Vertex'
, vertex_type
- The type of the lineage entity resource. For example: DataSet
,
Model
, Endpoint
, etc...
vertex_arn :: Lens' Vertex (Maybe Text) Source #
The Amazon Resource Name (ARN) of the lineage entity resource.
vertex_lineageType :: Lens' Vertex (Maybe LineageType) Source #
The type of resource of the lineage entity.