We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The schema here (https://huggingface.github.io/text-generation-inference/#/Text%20Generation%20Inference/generate) shows the response contains details and generated_text. Currently, the output response from the sagemaker endpoints only return generated_text. Is there a way to get the full output json in the response to a sagemaker endpoint request?
details
generated_text
The text was updated successfully, but these errors were encountered:
Bumping this!
Sorry, something went wrong.
No branches or pull requests
The schema here (https://huggingface.github.io/text-generation-inference/#/Text%20Generation%20Inference/generate) shows the response contains
details
andgenerated_text
. Currently, the output response from the sagemaker endpoints only returngenerated_text
. Is there a way to get the full output json in the response to a sagemaker endpoint request?The text was updated successfully, but these errors were encountered: