amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.Vertex

Description

 
Synopsis

Documentation

data Vertex Source #

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

See: newVertex smart constructor.

Constructors

Vertex' 

Fields

Instances

Instances details
FromJSON Vertex Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Vertex

Generic Vertex Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Vertex

Associated Types

type Rep Vertex :: Type -> Type #

Methods

from :: Vertex -> Rep Vertex x #

to :: Rep Vertex x -> Vertex #

Read Vertex Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Vertex

Show Vertex Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Vertex

NFData Vertex Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Vertex

Methods

rnf :: Vertex -> () #

Eq Vertex Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Vertex

Methods

(==) :: Vertex -> Vertex -> Bool #

(/=) :: Vertex -> Vertex -> Bool #

Hashable Vertex Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Vertex

Methods

hashWithSalt :: Int -> Vertex -> Int #

hash :: Vertex -> Int #

type Rep Vertex Source # 
Instance details

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)))))

newVertex :: Vertex Source #

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.

vertex_type :: Lens' Vertex (Maybe Text) Source #

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