Authorizations
Headers
Body
application/json
Flag indicating whether to stream the completion response
Response
Successful Response
The response is of type any
.
import SGPClient from 'sgp';
const client = new SGPClient({
apiKey: 'My API Key',
});
const response = await client.models.deployments.execute('model_instance_id', 'model_deployment_id');
console.log(response);
"<any>"
import SGPClient from 'sgp';
const client = new SGPClient({
apiKey: 'My API Key',
});
const response = await client.models.deployments.execute('model_instance_id', 'model_deployment_id');
console.log(response);
"<any>"
Flag indicating whether to stream the completion response
Successful Response
The response is of type any
.