Skip to content

Commit 4d65747

Browse files
committed
more updates
1 parent 9d94eeb commit 4d65747

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ link:https://models.modzy.com/docs/marketplace/tags/retrieve-models-by-tags[List
145145

146146
=== Get a model's details
147147

148-
Models accept specific *input file link:https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types[MIME] types*. Some models may require multiple input file types to run data accordingly. In this sample, we use a model that requires `input.txt`.
148+
Models accept specific *input file link:https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types[MIME] types*. Some models may require multiple input file types to run data accordingly. In this sample, we use a model that requires `text/plain`.
149149

150-
Models require inputs to have a specific *input name* declared in the job request. This name can be found in the model’s details. In this sample, we use a model that requires `text/plain`.
150+
Models require inputs to have a specific *input name* declared in the job request. This name can be found in the model’s details. In this sample, we use a model that requires `input.txt`.
151151

152152
Additionally, users can set their own input names. When multiple input items are processed in a job, these names are helpful to identify and get each input’s results. In this sample, we use a model that requires `input-1` and `input-2`.
153153

samples.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This sample submits a job with data located in a `jdbc` database:
6666
[source, js]
6767
----
6868
//update
69-
let job = await modzyClient.submitJobAWSS3(
69+
let job = await modzyClient.submitJobJDBC(
7070
"ed542963de",
7171
"0.0.27",
7272
{

0 commit comments

Comments
 (0)