gcva_automl_tabluar_training_job: Constructs an AutoML Tabular Training Job

View source: R/training_pipeline_jobs.R

gcva_automl_tabluar_training_jobR Documentation

Constructs an AutoML Tabular Training Job

Description

constructs a training job for running

Usage

gcva_automl_tabluar_training_job(
  displayName,
  weightColumn = NULL,
  optimizationPredictionType = c("regression", "classification"),
  budgetMilliNodeHours = 1000,
  optimizationObjective = NULL,
  column_transformations = NULL
)

Arguments

displayName

STRING Required. The user-defined name of this TrainingPipeline

weightColumn

STRING column name of weight

optimizationPredictionType

STRING Required. model type, one of: "regression", "classification"

budgetMilliNodeHours

model budget, defaults to 1 hour or 1000

optimizationObjective

objective to optimize for

column_transformations

list of columns and column types, each pair a list

Value

"gcva_automlTabularTrainingJob" object


justinjm/googleCloudVertexAIR documentation built on April 17, 2025, 5:04 p.m.