AutoMLAlgorithmConfig.Builder |
AutoMLAlgorithmConfig.Builder.autoMLAlgorithms(Collection<AutoMLAlgorithm> autoMLAlgorithms) |
The selection of algorithms run on a dataset to train the model candidates of an Autopilot job.
|
AutoMLAlgorithmConfig.Builder |
AutoMLAlgorithmConfig.Builder.autoMLAlgorithms(AutoMLAlgorithm... autoMLAlgorithms) |
The selection of algorithms run on a dataset to train the model candidates of an Autopilot job.
|
AutoMLAlgorithmConfig.Builder |
AutoMLAlgorithmConfig.Builder.autoMLAlgorithmsWithStrings(String... autoMLAlgorithms) |
The selection of algorithms run on a dataset to train the model candidates of an Autopilot job.
|
AutoMLAlgorithmConfig.Builder |
AutoMLAlgorithmConfig.Builder.autoMLAlgorithmsWithStrings(Collection<String> autoMLAlgorithms) |
The selection of algorithms run on a dataset to train the model candidates of an Autopilot job.
|
static AutoMLAlgorithmConfig.Builder |
AutoMLAlgorithmConfig.builder() |
|
AutoMLAlgorithmConfig.Builder |
AutoMLAlgorithmConfig.toBuilder() |
|