Create Collections in Milvus Jobs
Creates collections with specified parameters in Milvus.
Legacy Product
Creates collections with specified parameters in Milvus.
Creates collections with specified parameters in Milvus
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.
List of the collections that should be created with corresponding params.
object attributes:{dimension
required : {
display name: Dimension
type: integer
}indexFileSize
required : {
display name: Index File Size
type: integer
}metric
required : {
display name: Metric
type: string
}milvusCollectionName
required : {
display name: Collection Name
type: string
}}
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]?
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
}}
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
}}
Default: argo-milvus-create-collections
Allowed values: argo-milvus-create-collections
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
}}