Enum ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict.ValueType (3.89.0)

public enum ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict.ValueType extends Enum<ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict.ValueType> implements ProtocolMessageEnum

The type of numeric value for the restrict.

Protobuf enum google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict.ValueType

Implements

ProtocolMessageEnum

Static Fields

Name Description
DOUBLE

Represents 64 bit float.

DOUBLE = 3;

DOUBLE_VALUE

Represents 64 bit float.

DOUBLE = 3;

FLOAT

Represents 32 bit float.

FLOAT = 2;

FLOAT_VALUE

Represents 32 bit float.

FLOAT = 2;

INT

Represents 64 bit integer.

INT = 1;

INT_VALUE

Represents 64 bit integer.

INT = 1;

UNRECOGNIZED
VALUE_TYPE_UNSPECIFIED

Should not be used.

VALUE_TYPE_UNSPECIFIED = 0;

VALUE_TYPE_UNSPECIFIED_VALUE

Should not be used.

VALUE_TYPE_UNSPECIFIED = 0;

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