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 1642378 commit 1f4fa16Copy full SHA for 1f4fa16
src/model-client.js
@@ -343,7 +343,7 @@ class ModelClient{
343
* @return {String} A json string with the output sample
344
* @throws {ApiError} Error if there is something wrong with the service or the call
345
*/
346
- getModelVersionInputSample(modelId, versionId){
+ getModelVersionOutputSample(modelId, versionId){
347
const requestURL = `${this.baseURL}/${modelId}/versions/${versionId}/sample-output`;
348
logger.debug(`getModelVersionOutputSample(${modelId}, ${versionId}) GET ${requestURL}`);
349
return axios.get(
0 commit comments