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 |
Synopsis
- data AutoMLChannel = AutoMLChannel' {}
- newAutoMLChannel :: AutoMLDataSource -> Text -> AutoMLChannel
- autoMLChannel_compressionType :: Lens' AutoMLChannel (Maybe CompressionType)
- autoMLChannel_dataSource :: Lens' AutoMLChannel AutoMLDataSource
- autoMLChannel_targetAttributeName :: Lens' AutoMLChannel Text
Documentation
data AutoMLChannel Source #
A channel is a named input source that training algorithms can consume. For more information, see .
See: newAutoMLChannel
smart constructor.
AutoMLChannel' | |
|
Instances
:: AutoMLDataSource | |
-> Text | |
-> AutoMLChannel |
Create a value of AutoMLChannel
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:compressionType:AutoMLChannel'
, autoMLChannel_compressionType
- You can use Gzip
or None
. The default value is None
.
$sel:dataSource:AutoMLChannel'
, autoMLChannel_dataSource
- The data source for an AutoML channel.
$sel:targetAttributeName:AutoMLChannel'
, autoMLChannel_targetAttributeName
- The name of the target variable in supervised learning, usually
represented by 'y'.
autoMLChannel_compressionType :: Lens' AutoMLChannel (Maybe CompressionType) Source #
You can use Gzip
or None
. The default value is None
.
autoMLChannel_dataSource :: Lens' AutoMLChannel AutoMLDataSource Source #
The data source for an AutoML channel.
autoMLChannel_targetAttributeName :: Lens' AutoMLChannel Text Source #
The name of the target variable in supervised learning, usually represented by 'y'.