firebase-ios-sdk icon indicating copy to clipboard operation
firebase-ios-sdk copied to clipboard

[Vertex AI] Add `VertexAI.Preview` nested type for preview APIs

Open andrewheard opened this issue 9 months ago • 0 comments

Added a nested struct Preview in VertexAI for encapsulating Public Preview API surfaces. This clarifies that ImagenModel is in Public Preview.

Before:

let model = VertexAI.vertexAI().imagenModel("imagen-3.0-generate-001")

After:

let model = VertexAI.vertexAI().preview().imagenModel("imagen-3.0-generate-001")

Note: This is the only way to obtain an instance of ImagenModel.

#14221 #no-changelog

andrewheard avatar Jan 10 '25 17:01 andrewheard