Skip to content
New issue

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

Add documentation to imagen #6616

Merged
merged 27 commits into from
Jan 30, 2025
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
2c18396
Add documentation to imagen
Jan 6, 2025
3bfde82
formatting
Jan 7, 2025
269cda9
Merge branch 'davidmotson.imagen_support' into davidmotson.imagen_docs
Jan 21, 2025
316e187
format
Jan 21, 2025
fcd6bb6
minor doc fix in ImagenImageFormat
Jan 21, 2025
83a29c1
Merge branch 'davidmotson.imagen_support' into davidmotson.imagen_docs
Jan 28, 2025
67e1dfe
format
Jan 28, 2025
4d40615
format fixes
Jan 28, 2025
c3a3115
add copyright to appcheckheaderprovider
Jan 28, 2025
42326fe
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai…
davidmotson Jan 29, 2025
8350453
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai…
davidmotson Jan 29, 2025
800da6e
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai…
davidmotson Jan 29, 2025
ef1f5f3
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai…
davidmotson Jan 29, 2025
7830a1b
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai…
davidmotson Jan 29, 2025
4416e1f
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai…
davidmotson Jan 29, 2025
2e76e1e
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai…
davidmotson Jan 29, 2025
9488bf8
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai…
davidmotson Jan 29, 2025
9312a81
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai…
davidmotson Jan 29, 2025
0c917b5
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai…
davidmotson Jan 29, 2025
e20d2ed
Merge branch 'davidmotson.imagen_support' into davidmotson.imagen_docs
Jan 29, 2025
2dcce15
extra fixes for comments
Jan 29, 2025
7859a7f
add documentation to ImagenGenerationConfig.Builder
Jan 29, 2025
21d7082
update description of gcsURI
Jan 29, 2025
0c82fff
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai…
davidmotson Jan 29, 2025
fe6ca34
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai…
davidmotson Jan 29, 2025
b7ef0e1
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai…
davidmotson Jan 29, 2025
51af553
update description for Imagen-generated images
Jan 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update description of gcsURI
David Motsonashvili committed Jan 29, 2025
commit 21d7082d8850177df252a4ed80f1ea61594b82f6
Original file line number Diff line number Diff line change
@@ -89,7 +89,8 @@ internal constructor(
* Generates an image, storing the result in Google Cloud Storage and returning a URL
*
* @param prompt The input(s) given to the model as a prompt.
* @param gcsUri Specifies the Google Cloud Storage bucket in which to store the image.
* @param gcsUri Specifies where in Google Cloud Storage to store the image (for example, a
* specific bucket or folder).
*/
public suspend fun generateImages(
prompt: String,