trainingType property

String? trainingType
getter/setter pair

Training type of the job.

Output only. Possible string values are:

  • "TRAINING_TYPE_UNSPECIFIED" : Unspecified training type.
  • "SINGLE_TRAINING" : Single training with fixed parameter space.
  • "HPARAM_TUNING" : [Hyperparameter tuning training](/bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-hp-tuning-overview).

Implementation

core.String? trainingType;