static AutoMLChannel.Builder |
AutoMLChannel.builder() |
|
AutoMLChannel.Builder |
AutoMLChannel.Builder.channelType(String channelType) |
The channel type (optional) is an enum string.
|
AutoMLChannel.Builder |
AutoMLChannel.Builder.channelType(AutoMLChannelType channelType) |
The channel type (optional) is an enum string.
|
AutoMLChannel.Builder |
AutoMLChannel.Builder.compressionType(String compressionType) |
You can use Gzip or None.
|
AutoMLChannel.Builder |
AutoMLChannel.Builder.compressionType(CompressionType compressionType) |
You can use Gzip or None.
|
AutoMLChannel.Builder |
AutoMLChannel.Builder.contentType(String contentType) |
The content type of the data from the input source.
|
default AutoMLChannel.Builder |
AutoMLChannel.Builder.dataSource(Consumer<AutoMLDataSource.Builder> dataSource) |
The data source for an AutoML channel.
|
AutoMLChannel.Builder |
AutoMLChannel.Builder.dataSource(AutoMLDataSource dataSource) |
The data source for an AutoML channel.
|
AutoMLChannel.Builder |
AutoMLChannel.Builder.sampleWeightAttributeName(String sampleWeightAttributeName) |
If specified, this column name indicates which column of the dataset should be treated as sample weights for
use by the objective metric during the training, evaluation, and the selection of the best model.
|
AutoMLChannel.Builder |
AutoMLChannel.Builder.targetAttributeName(String targetAttributeName) |
The name of the target variable in supervised learning, usually represented by 'y'.
|
AutoMLChannel.Builder |
AutoMLChannel.toBuilder() |
|