TabularJobConfig

The collection of settings used by an AutoML job V2 for the tabular problem type.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration information of how model candidates are generated.

Link copied to clipboard

How long a job is allowed to run, or how many candidates a job is allowed to generate.

Link copied to clipboard

A URL to the Amazon S3 data source containing selected features from the input data source to run an Autopilot job V2. You can input FeatureAttributeNames (optional) in JSON format as shown below:

Link copied to clipboard

Generates possible candidates without training the models. A model candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.

Link copied to clipboard

The method that Autopilot uses to train the data. You can either specify the mode manually or let Autopilot choose for you based on the dataset size by selecting AUTO. In AUTO mode, Autopilot chooses ENSEMBLING for datasets smaller than 100 MB, and HYPERPARAMETER_TUNING for larger ones.

Link copied to clipboard

The type of supervised learning problem available for the model candidates of the AutoML job V2. For more information, see SageMaker Autopilot problem types.

Link copied to clipboard

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. This column is not considered as a predictive feature. For more information on Autopilot metrics, see Metrics and validation.

Link copied to clipboard

The name of the target variable in supervised learning, usually represented by 'y'.

Functions

Link copied to clipboard
inline fun copy(block: TabularJobConfig.Builder.() -> Unit = {}): TabularJobConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String