public enum EngineConfig.HyperparameterSourceType extends Enum<EngineConfig.HyperparameterSourceType> implements ProtocolMessageEnum
The type of the hyperparameter source.
Protobuf enum google.cloud.financialservices.v1.EngineConfig.HyperparameterSourceType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
HYPERPARAMETER_SOURCE_TYPE_UNSPECIFIED |
Hyperparameter source type is unspecified, defaults to TUNING. |
HYPERPARAMETER_SOURCE_TYPE_UNSPECIFIED_VALUE |
Hyperparameter source type is unspecified, defaults to TUNING. |
INHERITED |
The hyperparameters are inherited from another EngineConfig. |
INHERITED_VALUE |
The hyperparameters are inherited from another EngineConfig. |
TUNING |
The EngineConfig creation starts a tuning job which selects the best hyperparameters. |
TUNING_VALUE |
The EngineConfig creation starts a tuning job which selects the best hyperparameters. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |