public enum Presets.Query extends Enum<Presets.Query> implements ProtocolMessageEnum
Preset option controlling parameters for query speed-precision trade-off
Protobuf enum google.cloud.vertexai.v1.Presets.Query
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FAST |
Faster response as a trade-off against less precise neighbors. |
FAST_VALUE |
Faster response as a trade-off against less precise neighbors. |
PRECISE |
More precise neighbors as a trade-off against slower response. |
PRECISE_VALUE |
More precise neighbors as a trade-off against slower response. |
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() |