Product Selector

Fusion 5.12
    Fusion 5.12

    Creates indexes for specified collections in Milvus

    id - stringrequired

    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]?

    sparkConfig - array[object]

    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
    }
    }

    writeOptions - array[object]

    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
    }
    }

    readOptions - array[object]

    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
    }
    }

    indexes-list - array[object]

    List of the indexes that should be created with corresponding params.

    object attributes:{milvusCollectionName required : {
     display name: Collection Name
     type: string
    }
    indexType required : {
     display name: Index Type
     type: string
    }
    indexParams : {
     display name: Index Parameters
     type: array
    }
    }

    type - stringrequired

    Default: argo-milvus-create-indexes

    Allowed values: argo-milvus-create-indexes