Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ProcessingFeatureStoreOutput Source #
Configuration for processing job outputs in Amazon SageMaker Feature Store.
See: newProcessingFeatureStoreOutput
smart constructor.
ProcessingFeatureStoreOutput' | |
|
Instances
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.