Enum GenerationConfig.ModelConfig.FeatureSelectionPreference (3.64.0)

public enum GenerationConfig.ModelConfig.FeatureSelectionPreference extends Enum.ModelConfig.FeatureSelectionPreference> implements ProtocolMessageEnum

Options for feature selection preference.

Protobuf enum google.cloud.aiplatform.v1beta1.GenerationConfig.ModelConfig.FeatureSelectionPreference

Implements

ProtocolMessageEnum

Static Fields

Name Description
BALANCED

Balanced feature selection preference.

BALANCED = 2;

BALANCED_VALUE

Balanced feature selection preference.

BALANCED = 2;

FEATURE_SELECTION_PREFERENCE_UNSPECIFIED

Unspecified feature selection preference.

FEATURE_SELECTION_PREFERENCE_UNSPECIFIED = 0;

FEATURE_SELECTION_PREFERENCE_UNSPECIFIED_VALUE

Unspecified feature selection preference.

FEATURE_SELECTION_PREFERENCE_UNSPECIFIED = 0;

PRIORITIZE_COST

Prefer lower cost over higher quality.

PRIORITIZE_COST = 3;

PRIORITIZE_COST_VALUE

Prefer lower cost over higher quality.

PRIORITIZE_COST = 3;

PRIORITIZE_QUALITY

Prefer higher quality over lower cost.

PRIORITIZE_QUALITY = 1;

PRIORITIZE_QUALITY_VALUE

Prefer higher quality over lower cost.

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