Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 0 additions & 1 deletion firebase-vertexai/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ package com.google.firebase.vertexai.type {

public final class ImagenGenerationConfigKt {
method @com.google.firebase.vertexai.type.PublicPreviewAPI public static com.google.firebase.vertexai.type.ImagenGenerationConfig imagenGenerationConfig(kotlin.jvm.functions.Function1<? super com.google.firebase.vertexai.type.ImagenGenerationConfig.Builder,kotlin.Unit> init);
method public static void xx();
}

@com.google.firebase.vertexai.type.PublicPreviewAPI public final class ImagenGenerationResponse<T> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,3 @@ public fun imagenGenerationConfig(
builder.init()
return builder.build()
}

@OptIn(PublicPreviewAPI::class)
public fun xx() {
imagenGenerationConfig {
negativePrompt = "People, black and white, painting"
numberOfImages = 1
aspectRatio = ImagenAspectRatio.SQUARE_1x1
imageFormat = ImagenImageFormat.png()
addWatermark = false
}
}
Loading