Try Gemini 1.5 models, the latest multimodal models in Vertex AI, and see what you can build with up to a 2M token context window.Try Gemini 1.5 models, the latest multimodal models in Vertex AI, and see what you can build with up to a 2M token context window.
Stay organized with collections
Save and categorize content based on your preferences.
Gets a SynonymSet for a particular context. Throws a NOT_FOUND exception if the Synonymset does not exist
HTTP request
GET https://contentwarehouse.googleapis.com/v1/{name}
Path parameters
Parameters
name
string
Required. The name of the synonymSet to retrieve Format: projects/{projectNumber}/locations/{location}/synonymSets/{context}. It takes the form projects/{project}/locations/{location}/synonymSets/{synonymset}.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of SynonymSet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-08-17 UTC."],[[["Retrieves a SynonymSet for a specified context, identified by its name."],["Requires a `GET` request to the provided endpoint, including the SynonymSet's name in the path."],["Returns a `SynonymSet` instance upon successful retrieval, which is the requested information."],["The request requires OAuth 2.0 authentication with the `https://www.googleapis.com/auth/cloud-platform` scope."],["Requires `contentwarehouse.synonymSets.get` IAM permission on the specified resource."]]],[]]