Class HyperparameterSourceType (0.1.0)

HyperparameterSourceType(value)

The type of the hyperparameter source.

Enums

Name Description
HYPERPARAMETER_SOURCE_TYPE_UNSPECIFIED Hyperparameter source type is unspecified, defaults to TUNING.
TUNING The EngineConfig creation starts a tuning job which selects the best hyperparameters.
INHERITED The hyperparameters are inherited from another EngineConfig.