Gets a job request sample for this model in JSON format (if it exists).
const inputSample = await modzyClient.getModelVersionInputSample({
modelId,
version,
});modelId: string- The model identifier assigned by Modzy, i.e. "ed542963de"
version: string- The specific version of the model, in sematic versioning format, i.e. "1.0.1"
Returns a promise that resolves to an JSON object