Reference documentation and code samples for the Google Cloud Financial Services V1 Client class HyperparameterSourceType.
The type of the hyperparameter source.
Protobuf type google.cloud.financialservices.v1.EngineConfig.HyperparameterSourceType
Namespace
Google \ Cloud \ FinancialServices \ V1 \ EngineConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
HYPERPARAMETER_SOURCE_TYPE_UNSPECIFIED
Value: 0Hyperparameter source type is unspecified, defaults to TUNING.
Generated from protobuf enum HYPERPARAMETER_SOURCE_TYPE_UNSPECIFIED = 0;
TUNING
Value: 1The EngineConfig creation starts a tuning job which selects the best hyperparameters.
Generated from protobuf enum TUNING = 1;
INHERITED
Value: 2The hyperparameters are inherited from another EngineConfig.
Generated from protobuf enum INHERITED = 2;