You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please review first that the issue is fully related with this SDK by checking the relevant checkboxes ([x]).
I have a Modzy API Key active and have the entitlements to perform the desired action.
I review that have access to Modzy API host.
I think that is a error specific to the SDK.
I review the documentation and existing issues in order to not duplicate existing ones.
I am willing to follow-up on comments in a timely manner.
Info
Modzy SDK version: 1.0.7
Javascript version:
Operating System: MacOS
Description
I'd like to use Modzy's JavaScript SDK to process an entire folder of inputs on S3 through a model all at once. Modzy's API supports this via the input type aws-s3-folder but the JavaScript SDK does not have a function that supports this input type. The .submitJobAWSS3 function only supports the aws-s3 input type, which requires you to list individual inputs, rather than a target folder. See here for information on how the Modzy API supports both the aws-s3 and aws-s3-folder input types: https://docs.modzy.com/reference/jobs#aws-s3-inputs
Steps to reproduce
Paste the command(s) you ran and the output.
Expected results:
Actual results:
Traceback
Logs
Paste the logs that you consider useful for diagnostic.
The text was updated successfully, but these errors were encountered:
caradoxical
changed the title
Request to add support for job submission of entire S3 folder
Request: Add support for job submission of entire S3 folder
Jan 27, 2022
Checklist
Please review first that the issue is fully related with this SDK by checking the relevant checkboxes (
[x]
).Info
Description
I'd like to use Modzy's JavaScript SDK to process an entire folder of inputs on S3 through a model all at once. Modzy's API supports this via the input type
aws-s3-folder
but the JavaScript SDK does not have a function that supports this input type. The.submitJobAWSS3
function only supports theaws-s3
input type, which requires you to list individual inputs, rather than a target folder. See here for information on how the Modzy API supports both theaws-s3
andaws-s3-folder
input types: https://docs.modzy.com/reference/jobs#aws-s3-inputsSteps to reproduce
Expected results:
Actual results:
Traceback
Logs
The text was updated successfully, but these errors were encountered: