Scoped Create Index Options
data class ScopedCreateIndexOptions(val mode: String = "vid_file", val indexType: String? = null, val modality: String? = null, val insertMode: String = "append", val createIndex: Boolean = true, val version: String = "new_version", val startDate: String? = null, val endDate: String? = null, val embeddingModel: String? = null, val reProcess: Boolean = false, val dryRun: Boolean = false)
Scoped index creation behavior without organization fields.
Constructors
Link copied to clipboard
constructor(mode: String = "vid_file", indexType: String? = null, modality: String? = null, insertMode: String = "append", createIndex: Boolean = true, version: String = "new_version", startDate: String? = null, endDate: String? = null, embeddingModel: String? = null, reProcess: Boolean = false, dryRun: Boolean = false)