You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-devsite/vertexai.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ The Vertex AI in Firebase Web SDK.
19
19
| <b>function(app, ...)</b> |
20
20
|[getVertexAI(app, options)](./vertexai.md#getvertexai_04094cf)| Returns a [VertexAI](./vertexai.vertexai.md#vertexai_interface) instance for the given app. |
21
21
| <b>function(vertexAI, ...)</b> |
22
-
|[getGenerativeModel(vertexAI, modelParams, requestOptions)](./vertexai.md#getgenerativemodel_8dbc150)| Returns a <code>[GenerativeModel](./vertexai.generativemodel.md#generativemodel_class)</code> class with methods for inference and other functionality. |
23
-
|[getImagenModel(vertexAI, modelParams, requestOptions)](./vertexai.md#getimagenmodel_812c375)| <b><i>(Public Preview)</i></b> Returns an <code>[ImagenModel](./vertexai.imagenmodel.md#imagenmodel_class)</code> class with methods for using Imagen.<!---->Only Imagen 3 models (named <code>imagen-3.0-*</code>) are supported. |
22
+
|[getGenerativeModel(vertexAI, modelParams, requestOptions)](./vertexai.md#getgenerativemodel_8dbc150)| Returns a [GenerativeModel](./vertexai.generativemodel.md#generativemodel_class) class with methods for inference and other functionality. |
23
+
|[getImagenModel(vertexAI, modelParams, requestOptions)](./vertexai.md#getimagenmodel_812c375)| <b><i>(Public Preview)</i></b> Returns an [ImagenModel](./vertexai.imagenmodel.md#imagenmodel_class) class with methods for using Imagen.<!---->Only Imagen 3 models (named <code>imagen-3.0-*</code>) are supported. |
24
24
25
25
## Classes
26
26
@@ -100,10 +100,10 @@ The Vertex AI in Firebase Web SDK.
100
100
|[ImagenSafetySettings](./vertexai.imagensafetysettings.md#imagensafetysettings_interface)| <b><i>(Public Preview)</i></b> Settings for controlling the aggressiveness of filtering out sensitive content.<!---->See the [documentation](http://firebase.google.com/docs/vertex-ai/generate-images) for more details. |
101
101
|[InlineDataPart](./vertexai.inlinedatapart.md#inlinedatapart_interface)| Content part interface if the part represents an image. |
102
102
|[ModalityTokenCount](./vertexai.modalitytokencount.md#modalitytokencount_interface)| Represents token counting info for a single modality. |
103
-
|[ModelParams](./vertexai.modelparams.md#modelparams_interface)| Params passed to <code>[getGenerativeModel()](./vertexai.md#getgenerativemodel_8dbc150)</code>. |
104
-
|[ObjectSchemaInterface](./vertexai.objectschemainterface.md#objectschemainterface_interface)| Interface for <code>[ObjectSchema](./vertexai.objectschema.md#objectschema_class)</code> class. |
103
+
|[ModelParams](./vertexai.modelparams.md#modelparams_interface)| Params passed to [getGenerativeModel()](./vertexai.md#getgenerativemodel_8dbc150)<!---->. |
104
+
|[ObjectSchemaInterface](./vertexai.objectschemainterface.md#objectschemainterface_interface)| Interface for [ObjectSchema](./vertexai.objectschema.md#objectschema_class) class. |
105
105
|[PromptFeedback](./vertexai.promptfeedback.md#promptfeedback_interface)| If the prompt was blocked, this will be populated with <code>blockReason</code> and the relevant <code>safetyRatings</code>. |
106
-
|[RequestOptions](./vertexai.requestoptions.md#requestoptions_interface)| Params passed to <code>[getGenerativeModel()](./vertexai.md#getgenerativemodel_8dbc150)</code>. |
106
+
|[RequestOptions](./vertexai.requestoptions.md#requestoptions_interface)| Params passed to [getGenerativeModel()](./vertexai.md#getgenerativemodel_8dbc150)<!---->. |
|[SafetyRating](./vertexai.safetyrating.md#safetyrating_interface)| A safety rating associated with a [GenerateContentCandidate](./vertexai.generatecontentcandidate.md#generatecontentcandidate_interface)|
109
109
|[SafetySetting](./vertexai.safetysetting.md#safetysetting_interface)| Safety setting that can be sent as part of request parameters. |
0 commit comments