Tool to generate a pre-signed URL for uploading competition submission files. Use this before uploading your submission file to Kaggle. This action generates a temporary upload URL and token for submitting to a competition. You must provide the competition ID, file size, and las…
idRequiredstringCompetition name, as it appears in the competition's URL. For example, use 'titanic' for kaggle.com/c/titanic. You must have accepted the competition rules before generating submission URLs.
fileNamestringCompetition submission file name. Typically a CSV file containing your predictions. If not provided, a default name may be assigned.
contentLengthRequiredintegerContent length of the submission file in bytes. This is the size of the file you plan to upload.
lastModifiedDateUtcRequiredintegerLast modified date of the submission file in seconds since epoch (Unix timestamp) in UTC. Use the file's last modified timestamp.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.