static TabularJobConfig.Builder |
TabularJobConfig.builder() |
|
default TabularJobConfig.Builder |
TabularJobConfig.Builder.candidateGenerationConfig(Consumer<CandidateGenerationConfig.Builder> candidateGenerationConfig) |
The configuration information of how model candidates are generated.
|
TabularJobConfig.Builder |
TabularJobConfig.Builder.candidateGenerationConfig(CandidateGenerationConfig candidateGenerationConfig) |
The configuration information of how model candidates are generated.
|
default TabularJobConfig.Builder |
TabularJobConfig.Builder.completionCriteria(Consumer<AutoMLJobCompletionCriteria.Builder> completionCriteria) |
Sets the value of the CompletionCriteria property for this object.
|
TabularJobConfig.Builder |
TabularJobConfig.Builder.completionCriteria(AutoMLJobCompletionCriteria completionCriteria) |
Sets the value of the CompletionCriteria property for this object.
|
TabularJobConfig.Builder |
TabularJobConfig.Builder.featureSpecificationS3Uri(String featureSpecificationS3Uri) |
A URL to the Amazon S3 data source containing selected features from the input data source to run an
Autopilot job V2.
|
TabularJobConfig.Builder |
TabularJobConfig.Builder.generateCandidateDefinitionsOnly(Boolean generateCandidateDefinitionsOnly) |
Generates possible candidates without training the models.
|
TabularJobConfig.Builder |
TabularJobConfig.Builder.mode(String mode) |
The method that Autopilot uses to train the data.
|
TabularJobConfig.Builder |
TabularJobConfig.Builder.mode(AutoMLMode mode) |
The method that Autopilot uses to train the data.
|
TabularJobConfig.Builder |
TabularJobConfig.Builder.problemType(String problemType) |
The type of supervised learning problem available for the model candidates of the AutoML job V2.
|
TabularJobConfig.Builder |
TabularJobConfig.Builder.problemType(ProblemType problemType) |
The type of supervised learning problem available for the model candidates of the AutoML job V2.
|
TabularJobConfig.Builder |
TabularJobConfig.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.
|
TabularJobConfig.Builder |
TabularJobConfig.Builder.targetAttributeName(String targetAttributeName) |
The name of the target variable in supervised learning, usually represented by 'y'.
|
TabularJobConfig.Builder |
TabularJobConfig.toBuilder() |
|