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
* Adding smoke test for new hybrid params
* Use the existing name of the model params input
---------
Co-authored-by: Erik Eldridge <erikeldridge@google.com>
Copy file name to clipboardExpand all lines: docs-devsite/vertexai.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ 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, onCloudOrHybridParams, requestOptions)](./vertexai.md#getgenerativemodel_202434f)| Returns a [GenerativeModel](./vertexai.generativemodel.md#generativemodel_class) class with methods for inference and other functionality. |
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
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
@@ -101,10 +101,10 @@ The Vertex AI in Firebase Web SDK.
101
101
|[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. |
102
102
|[InlineDataPart](./vertexai.inlinedatapart.md#inlinedatapart_interface)| Content part interface if the part represents an image. |
103
103
|[ModalityTokenCount](./vertexai.modalitytokencount.md#modalitytokencount_interface)| Represents token counting info for a single modality. |
104
-
|[ModelParams](./vertexai.modelparams.md#modelparams_interface)| Params passed to [getGenerativeModel()](./vertexai.md#getgenerativemodel_202434f)<!---->. |
104
+
|[ModelParams](./vertexai.modelparams.md#modelparams_interface)| Params passed to [getGenerativeModel()](./vertexai.md#getgenerativemodel_8dbc150)<!---->. |
105
105
|[ObjectSchemaInterface](./vertexai.objectschemainterface.md#objectschemainterface_interface)| Interface for [ObjectSchema](./vertexai.objectschema.md#objectschema_class) class. |
106
106
|[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>. |
107
-
|[RequestOptions](./vertexai.requestoptions.md#requestoptions_interface)| Params passed to [getGenerativeModel()](./vertexai.md#getgenerativemodel_202434f)<!---->. |
107
+
|[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)|
110
110
|[SafetySetting](./vertexai.safetysetting.md#safetysetting_interface)| Safety setting that can be sent as part of request parameters. |
0 commit comments