Starting an Execution
Input data is supplied as a file called input—it should either contain Mosel model input data or, if configured as an MPS/LP problem, the MPS/LP file.
- inputText, inputBase64—At most, use one of these properties to pass the input file data as text or as base-64 encoded binary data respectively. Use inputText for text-based MPS/LP problem formats and inputBase64 for non-text formats like LP.GZ and MPS.GZ.
- parameters—This is the structure providing the names and values of Mosel model or MPS/LP parameters. For example: {"DEBUG": "True", "MAX_EMPLOYEES": "15"}.
- input—The contents of the input file.
- param-<parameter-name>—Text fields representing the parameters.
- id—Signifies the requested model or problem execution.
- statusPath—Gives the full path to the status object enabling a subsequent request to be made using this path to poll the current status.
- status—This is the underlying status code for the request.
- entity—Either the JSON status object or the error message as appropriate. You cannot assume that the entity will be valid JSON.
© 2001-2019 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.