Enum EngineConfig.HyperparameterSourceType (0.1.0)

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

ProtocolMessageEnum

Static Fields

Name Description
HYPERPARAMETER_SOURCE_TYPE_UNSPECIFIED

Hyperparameter source type is unspecified, defaults to TUNING.

HYPERPARAMETER_SOURCE_TYPE_UNSPECIFIED = 0;

HYPERPARAMETER_SOURCE_TYPE_UNSPECIFIED_VALUE

Hyperparameter source type is unspecified, defaults to TUNING.

HYPERPARAMETER_SOURCE_TYPE_UNSPECIFIED = 0;

INHERITED

The hyperparameters are inherited from another EngineConfig.

INHERITED = 2;

INHERITED_VALUE

The hyperparameters are inherited from another EngineConfig.

INHERITED = 2;

TUNING

The EngineConfig creation starts a tuning job which selects the best hyperparameters.

TUNING = 1;

TUNING_VALUE

The EngineConfig creation starts a tuning job which selects the best hyperparameters.

TUNING = 1;

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()