libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.DataCatalogConfig

Description

 
Synopsis

Documentation

data DataCatalogConfig Source #

The meta data of the Glue table which serves as data catalog for the OfflineStore.

See: newDataCatalogConfig smart constructor.

Constructors

DataCatalogConfig' 

Fields

Instances

Instances details
Eq DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

Read DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

Show DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

Generic DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

Associated Types

type Rep DataCatalogConfig :: Type -> Type #

NFData DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

Methods

rnf :: DataCatalogConfig -> () #

Hashable DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

ToJSON DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

FromJSON DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

type Rep DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

type Rep DataCatalogConfig = D1 ('MetaData "DataCatalogConfig" "Amazonka.SageMaker.Types.DataCatalogConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataCatalogConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "catalog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDataCatalogConfig Source #

Create a value of DataCatalogConfig 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:tableName:DataCatalogConfig', dataCatalogConfig_tableName - The name of the Glue table.

$sel:catalog:DataCatalogConfig', dataCatalogConfig_catalog - The name of the Glue table catalog.

$sel:database:DataCatalogConfig', dataCatalogConfig_database - The name of the Glue table database.

dataCatalogConfig_catalog :: Lens' DataCatalogConfig Text Source #

The name of the Glue table catalog.

dataCatalogConfig_database :: Lens' DataCatalogConfig Text Source #

The name of the Glue table database.