This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| db.collection.updateMany( | |
| { | |
| "fieldname": { | |
| $type: "datatype" | |
| } | |
| } | |
| , | |
| [ | |
| { | |
| $set: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Accept EULA, valid values are: {accept, decline} | |
| ACCEPT_EULA=accept | |
| # Optional error behavior, valid values are: {yes, no} | |
| CONTINUE_WITH_OPTIONAL_ERROR=yes | |
| # Install location, valid values are: {/opt/intel, filepat} | |
| PSET_INSTALL_DIR=/opt/intel | |
| # Continue with overwrite of existing installation directory, valid values are: {yes, no} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source /opt/intel/openvino/bin/setupvars.sh -pyver 2.7 |