| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
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.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.autoMLAlgorithmsWithStrings(Collection<String> 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.
|
static AutoMLAlgorithmConfig.Builder |
AutoMLAlgorithmConfig.builder() |
AutoMLAlgorithmConfig.Builder |
AutoMLAlgorithmConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AutoMLAlgorithmConfig.Builder> |
AutoMLAlgorithmConfig.serializableBuilderClass() |
Copyright © 2023. All rights reserved.