Skip to content

Commit 967cd78

Browse files
committed
format
1 parent ece898f commit 967cd78

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

packages/vertexai/src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function getGenerativeModel(
8484

8585
/**
8686
* Returns a <code>{@link ImagenModel}</code> class with methods for using Imagen.
87-
*
87+
*
8888
* @beta
8989
* This feature is in public preview and is not intended for production use.
9090
* The API is subject to change.

packages/vertexai/src/models/imagen-model.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class ImagenModel extends VertexAIModel {
8888
/**
8989
* Generates images using the Imagen model and returns them as
9090
* base64-encoded strings.
91-
*
91+
*
9292
* @beta
9393
* This feature is in public preview and is not intended for production use.
9494
* The API is subject to change.
@@ -125,7 +125,7 @@ export class ImagenModel extends VertexAIModel {
125125

126126
/**
127127
* Generates images to Google Cloud Storage (GCS) using the Imagen model.
128-
*
128+
*
129129
* @beta
130130
* This feature is in public preview and is not intended for production use.
131131
* The API is subject to change.

packages/vertexai/src/requests/imagen-image-format.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class ImagenImageFormat {
4848

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

6565
/**
6666
* Creates an <code>{@link ImagenImageFormat}</code> for a PNG image.
67-
*
67+
*
6868
* @beta
6969
* This feature is in public preview and is not intended for production use.
7070
* The API is subject to change.

packages/vertexai/src/types/imagen/internal.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ import { ImagenGenerationConfig, ImagenSafetySettings } from './requests';
4040
* }
4141
* ]
4242
* }
43+
*
44+
* @internal
4345
*/
4446
export interface ImagenResponseInternal {
4547
predictions?: Array<{

0 commit comments

Comments
 (0)