IndexTypeName

@Serializable
enum IndexTypeName : Enum<IndexTypeName>

Entries

Link copied to clipboard
@SerialName(value = "multimodal")
MULTIMODAL
Link copied to clipboard
@SerialName(value = "text")
TEXT
Link copied to clipboard
@SerialName(value = "text-rainbow")
TEXT_RAINBOW
Link copied to clipboard
@SerialName(value = "multimodal-hybrid")
MULTIMODAL_HYBRID
Link copied to clipboard
@SerialName(value = "text-hybrid")
TEXT_HYBRID
Link copied to clipboard
@SerialName(value = "turbo-only")
TURBO_ONLY
Link copied to clipboard
@SerialName(value = "turbo-only-with-6-shards")
TURBO_ONLY_WITH_6_SHARDS
Link copied to clipboard
@SerialName(value = "turbo-only-with-12-shards")
TURBO_ONLY_WITH_12_SHARDS
Link copied to clipboard
@SerialName(value = "turbo-only-with-24-shards")
TURBO_ONLY_WITH_24_SHARDS
Link copied to clipboard
@SerialName(value = "image")
IMAGE

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.