Support for labels #466
Labels
api: aiplatform
Issues related to the googleapis/nodejs-vertexai API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
As of
1.9
, there is currently no support for labelsDescribe the solution you'd like
I don't know the level of client-side validation the maintainers would like, but it could be as simple as adding the optional property to the
GenerateContentRequest
type as aRecord<string, string>
and passing it through here:nodejs-vertexai/src/functions/generate_content.ts
Lines 72 to 80 in 31de0e9
The text was updated successfully, but these errors were encountered: