static AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.builder() |
|
default AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.imageClassificationJobConfig(Consumer<ImageClassificationJobConfig.Builder> imageClassificationJobConfig) |
Settings used to configure an AutoML job V2 for the image classification problem type.
|
AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.imageClassificationJobConfig(ImageClassificationJobConfig imageClassificationJobConfig) |
Settings used to configure an AutoML job V2 for the image classification problem type.
|
default AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.tabularJobConfig(Consumer<TabularJobConfig.Builder> tabularJobConfig) |
Settings used to configure an AutoML job V2 for the tabular problem type (regression, classification).
|
AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.tabularJobConfig(TabularJobConfig tabularJobConfig) |
Settings used to configure an AutoML job V2 for the tabular problem type (regression, classification).
|
default AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.textClassificationJobConfig(Consumer<TextClassificationJobConfig.Builder> textClassificationJobConfig) |
Settings used to configure an AutoML job V2 for the text classification problem type.
|
AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.textClassificationJobConfig(TextClassificationJobConfig textClassificationJobConfig) |
Settings used to configure an AutoML job V2 for the text classification problem type.
|
default AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.textGenerationJobConfig(Consumer<TextGenerationJobConfig.Builder> textGenerationJobConfig) |
Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.
|
AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.textGenerationJobConfig(TextGenerationJobConfig textGenerationJobConfig) |
Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.
|
default AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.timeSeriesForecastingJobConfig(Consumer<TimeSeriesForecastingJobConfig.Builder> timeSeriesForecastingJobConfig) |
Settings used to configure an AutoML job V2 for the time-series forecasting problem type.
|
AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.timeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig timeSeriesForecastingJobConfig) |
Settings used to configure an AutoML job V2 for the time-series forecasting problem type.
|
AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.toBuilder() |
|