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.ProcessingFeatureStoreOutput

Description

 
Synopsis

Documentation

data ProcessingFeatureStoreOutput Source #

Configuration for processing job outputs in Amazon SageMaker Feature Store.

See: newProcessingFeatureStoreOutput smart constructor.

Constructors

ProcessingFeatureStoreOutput' 

Fields

  • featureGroupName :: Text

    The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. Note that your processing script is responsible for putting records into your Feature Store.

Instances

Instances details
Eq ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

Read ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

Show ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

Generic ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

Associated Types

type Rep ProcessingFeatureStoreOutput :: Type -> Type #

NFData ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

Hashable ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

ToJSON ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

FromJSON ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

type Rep ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

type Rep ProcessingFeatureStoreOutput = D1 ('MetaData "ProcessingFeatureStoreOutput" "Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingFeatureStoreOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newProcessingFeatureStoreOutput Source #

Create a value of ProcessingFeatureStoreOutput 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:featureGroupName:ProcessingFeatureStoreOutput', processingFeatureStoreOutput_featureGroupName - The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. Note that your processing script is responsible for putting records into your Feature Store.

processingFeatureStoreOutput_featureGroupName :: Lens' ProcessingFeatureStoreOutput Text Source #

The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. Note that your processing script is responsible for putting records into your Feature Store.