The module to set the number of instances for, if None the current
module will be used.
version
The version set the number of instances for, if None the current
version will be used.
Raises
InvalidVersionError if the given module version isn't valid,
TransientError if there is an issue persisting the change.
TypeError if the given instances type is invalid.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["This function `google.appengine.api.modules.set_num_instances` sets the number of instances for a specified module and version."],["The number of instances can be set for a specific `module` and `version`, or the current module and version if none are specified."],["The `instances` parameter determines the target number of instances to use."],["The function can raise `InvalidVersionError`, `TransientError`, or `TypeError` depending on the inputs and outcome of the function call."]]],[]]