Skip to content

Commit

Permalink
fix model serving api block
Browse files Browse the repository at this point in the history
  • Loading branch information
jramcast committed Dec 7, 2023
1 parent 022871b commit 78291f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/chapter1/pages/section2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -255,14 +255,14 @@ The basic format of the input data is as follows:

[subs=+quotes]
----
{[
{
{
"inputs": [{
"name" : "input", <1>
"shape" : [2,3], <2>
"datatype" : "INT64", <3>
"data" : [[34, 54, 65], [4, 12, 21]] <4>
}
]}
}]
}
----
<1> The name of the input tensor.
The data scientist that creates the model must provide you with this value.
Expand Down

0 comments on commit 78291f0

Please sign in to comment.