createIndex

Validates and creates an index job.


fun createIndex(mode: String = "", groupName: String = "", indexType: String? = null, modality: String? = null, streamName: 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): IndexationSubmitResponse

Convenience overload that constructs and validates an index request.