R/training_pipeline_jobs.R
gcva_automl_tabluar_training_job.Rd
constructs a training job for running
gcva_automl_tabluar_training_job(
displayName,
weightColumn = NULL,
optimizationPredictionType = c("regression", "classification"),
budgetMilliNodeHours = 1000,
optimizationObjective = NULL,
column_transformations = NULL
)
STRING Required. The user-defined name of this TrainingPipeline
STRING column name of weight
STRING Required. model type, one of: "regression", "classification"
model budget, defaults to 1 hour or 1000
objective to optimize for
list of columns and column types, each pair a list
"gcva_automlTabularTrainingJob" object