File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ export declare abstract class AIModel
26
26
27
27
| Property | Modifiers | Type | Description |
28
28
| --- | --- | --- | --- |
29
- | [model ](./ai .aimodel .md #aimodelmodel ) | | string | The fully qualified model resource name to use for generating images (for example , <code >publishers /google /models /model -name </code >). |
29
+ | [model ](./ai .aimodel .md #aimodelmodel ) | | string | The fully qualified model resource name to use for generating images (for example , <code >publishers /google /models /& lt ; model -name & gt ; </code >). |
30
30
31
31
## AIModel .model
32
32
33
- The fully qualified model resource name to use for generating images (for example , `publishers /google /models /model -name `<!-- -->).
33
+ The fully qualified model resource name to use for generating images (for example , `publishers /google /models /< model -name > `<!-- -->).
34
34
35
35
<b >Signature :</b >
36
36
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export interface ImagenModelParams
26
26
| Property | Type | Description |
27
27
| --- | --- | --- |
28
28
| [generationConfig ](./ai .imagenmodelparams .md #imagenmodelparamsgenerationconfig ) | [ImagenGenerationConfig ](./ai .imagengenerationconfig .md #imagengenerationconfig_interface ) | <b ><i >(Public Preview )</i ></b > Configuration options for generating images with Imagen . |
29
- | [model ](./ai .imagenmodelparams .md #imagenmodelparamsmodel ) | string | <b ><i >(Public Preview )</i ></b > The Imagen model to use for generating images .<!-- -->See the documentation for a list of [supported models ](https :// firebase.google.com/docs/ai-logic/models)<!-- -->.<!-- -->See [model versions](https://firebase.google.com/docs/vertex-ai/models) for a full list of supported Imagen 3 models. |
29
+ | [model ](./ai .imagenmodelparams .md #imagenmodelparamsmodel ) | string | <b ><i >(Public Preview )</i ></b > The Imagen model to use for generating images .<!-- -->See the documentation for a list of [supported models ](https :// firebase.google.com/docs/ai-logic/models)<!-- -->. |
30
30
| [safetySettings ](./ai .imagenmodelparams .md #imagenmodelparamssafetysettings ) | [ImagenSafetySettings ](./ai .imagensafetysettings .md #imagensafetysettings_interface ) | <b ><i >(Public Preview )</i ></b > Safety settings for filtering potentially inappropriate content . |
31
31
32
32
## ImagenModelParams .generationConfig
@@ -51,8 +51,6 @@ The Imagen model to use for generating images.
51
51
52
52
See the documentation for a list of [supported models ](https :// firebase.google.com/docs/ai-logic/models)<!-- -->.
53
53
54
- See [model versions ](https :// firebase.google.com/docs/vertex-ai/models) for a full list of supported Imagen 3 models.
55
-
56
54
<b >Signature :</b >
57
55
58
56
```typescript
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import { _isFirebaseServerApp } from '@firebase/app';
32
32
export abstract class AIModel {
33
33
/**
34
34
* The fully qualified model resource name to use for generating images
35
- * (for example, `publishers/google/models/model-name`).
35
+ * (for example, `publishers/google/models/< model-name> `).
36
36
*/
37
37
readonly model : string ;
38
38
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ export interface ImagenModelParams {
27
27
* The Imagen model to use for generating images.
28
28
*
29
29
* See the documentation for a list of {@link https://firebase.google.com/docs/ai-logic/models | supported models}.
30
- *
31
- * See {@link https://firebase.google.com/docs/vertex-ai/models | model versions}
32
- * for a full list of supported Imagen 3 models.
33
30
*/
34
31
model : string ;
35
32
/**
You can’t perform that action at this time.
0 commit comments