Assigned
Status Update
Comments
bo...@google.com <bo...@google.com> #2
I have one question related to Google translate API. but it is not related to this issue.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
de...@aetna.com <de...@aetna.com> #3
@vrames
according to Google API FAQ
The maximum size of each text to be translated is 5000 characters, not including any HTML tags.
according to Google API FAQ
The maximum size of each text to be translated is 5000 characters, not including any HTML tags.
la...@google.com <la...@google.com> #4
N/A
Description
What you would like to accomplish:
Requires a Job ID when creating jobs. Calls to jobs.create with a re-used ID result in errors.
This complicates automated job creation, as clients must be able to generate dynamic requests (for unique Job IDs). A change to the ML API would allow for simpler configurations in Cloud Scheduler or other automation solutions.
How this might work:
Without removing the current behavior, update the API for ml.projects.jobs.create to optionally allow for automatic JobID creation:
If applicable, reasons why alternative solutions are not sufficient:
In the context of a solution like Cloud Scheduler, which cannot generate dynamic requests, an intermediary such as GCF is needed to generate requests that create jobs reliably. This adds complexity when trying to schedule ML jobs with GCP Native solutions.