Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Feb 6, 2025
1 parent ece898f commit 967cd78
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/vertexai/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export function getGenerativeModel(

/**
* Returns a <code>{@link ImagenModel}</code> class with methods for using Imagen.
*
*
* @beta
* This feature is in public preview and is not intended for production use.
* The API is subject to change.
Expand Down
4 changes: 2 additions & 2 deletions packages/vertexai/src/models/imagen-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class ImagenModel extends VertexAIModel {
/**
* Generates images using the Imagen model and returns them as
* base64-encoded strings.
*
*
* @beta
* This feature is in public preview and is not intended for production use.
* The API is subject to change.
Expand Down Expand Up @@ -125,7 +125,7 @@ export class ImagenModel extends VertexAIModel {

/**
* Generates images to Google Cloud Storage (GCS) using the Imagen model.
*
*
* @beta
* This feature is in public preview and is not intended for production use.
* The API is subject to change.
Expand Down
4 changes: 2 additions & 2 deletions packages/vertexai/src/requests/imagen-image-format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class ImagenImageFormat {

/**
* Creates an <code>{@link ImagenImageFormat}</code> for a JPEG image.
*
*
* @beta
* This feature is in public preview and is not intended for production use.
* The API is subject to change.
Expand All @@ -64,7 +64,7 @@ export class ImagenImageFormat {

/**
* Creates an <code>{@link ImagenImageFormat}</code> for a PNG image.
*
*
* @beta
* This feature is in public preview and is not intended for production use.
* The API is subject to change.
Expand Down
2 changes: 2 additions & 0 deletions packages/vertexai/src/types/imagen/internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ import { ImagenGenerationConfig, ImagenSafetySettings } from './requests';
* }
* ]
* }
*
* @internal
*/
export interface ImagenResponseInternal {
predictions?: Array<{
Expand Down

0 comments on commit 967cd78

Please sign in to comment.