Create Collections in MilvusJob configuration specifications
Creates collections with specified parameters in Milvus.
Product Selector
Creates collections with specified parameters in Milvus.
Creates collections with specified parameters in Milvus
The ID for this job. Used in the API to reference this job. Allowed characters: a-z, A-Z, dash (-) and underscore (_)
<= 63 characters
Match pattern: [a-zA-Z][_\-a-zA-Z0-9]*[a-zA-Z0-9]?
Provide additional key/value pairs to be injected into the training JSON map at runtime. Values will be inserted as-is, so use " to surround string values
object attributes:{key
required : {
display name: Parameter Name
type: string
}value
: {
display name: Parameter Value
type: string
}}
Options used when writing output to Solr or other sources
object attributes:{key
required : {
display name: Parameter Name
type: string
}value
: {
display name: Parameter Value
type: string
}}
Options used when reading input from Solr or other sources.
object attributes:{key
required : {
display name: Parameter Name
type: string
}value
: {
display name: Parameter Value
type: string
}}
List of the collections that should be created with corresponding params.
object attributes:{milvusCollectionName
required : {
display name: Collection Name
type: string
}dimension
required : {
display name: Dimension
type: integer
}indexFileSize
required : {
display name: Index File Size
type: integer
}metric
required : {
display name: Metric
type: string
}}
If checked and there are existing collections with the same names, they will be dropped and recreated. If unchecked, the exception is thrown in such situation.
Default: argo-milvus-create-collections
Allowed values: argo-milvus-create-collections