We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c03971 commit 8edd8a1Copy full SHA for 8edd8a1
README.md
@@ -40,7 +40,8 @@ Calling this operation starts a new prediction for the version and inputs you pr
40
throw Errors.latestVersionIsEmpty
41
}
42
43
- /// URL to the result
+ /// In the case of success, output will be an object containing the
44
+ /// output of the model. Any files will be represented as URLs.
45
let output: [String]? = try await api.createPrediction(
46
version: latest.id,
47
input: input.params /// ["prompt": "an astronaut riding a horse on mars"]
0 commit comments