We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab3b3c commit f314bdeCopy full SHA for f314bde
samples/job_with_file_input_sample.js
@@ -54,7 +54,7 @@ async function createJobWithFileInput(){
54
logger.info(` key ${output.name}, type ${output.mediaType}, description: ${output.description}`);
55
}
56
// Send the job:
57
- // A file input can be a byte array or any file path. This input type fits for any size files.
+ // A file input can be a byte array or any file path. This input type fits files of any size.
58
const imagePath = 'samples/image.png';
59
const configPath = 'samples/config.json';
60
// With the info about the model (identifier), the model version (version string, input/output keys), you are ready to
0 commit comments