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.genaimodel.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ overwritten. Changes should be made in the source code at
9
9
https://github.com/firebase/firebase-js-sdk
10
10
{% endcomment %}
11
11
12
-
# VertexAIModel class
12
+
# GenAIModel class
13
13
Base class for Vertex AI in Firebase model APIs.
14
14
15
15
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `GenAIModel` class.
@@ -24,9 +24,9 @@ export declare abstract class GenAIModel
Copy file name to clipboardExpand all lines: docs-devsite/vertexai.md
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ The Vertex AI in Firebase Web SDK.
35
35
|[BooleanSchema](./vertexai.booleanschema.md#booleanschema_class)| Schema class for "boolean" types. |
36
36
|[ChatSession](./vertexai.chatsession.md#chatsession_class)| ChatSession class that enables sending chat messages and stores history of sent and received messages so far. |
37
37
|[GenAIError](./vertexai.genaierror.md#genaierror_class)| Error class for the Vertex AI in Firebase SDK. |
38
+
|[GenAIModel](./vertexai.genaimodel.md#genaimodel_class)| Base class for Vertex AI in Firebase model APIs. |
38
39
|[GenerativeModel](./vertexai.generativemodel.md#generativemodel_class)| Class for generative model APIs. |
39
40
|[ImagenImageFormat](./vertexai.imagenimageformat.md#imagenimageformat_class)| <b><i>(Public Preview)</i></b> Defines the image format for images generated by Imagen.<!---->Use this class to specify the desired format (JPEG or PNG) and compression quality for images generated by Imagen. This is typically included as part of <code>[ImagenModelParams](./vertexai.imagenmodelparams.md#imagenmodelparams_interface)</code>. |
40
41
|[ImagenModel](./vertexai.imagenmodel.md#imagenmodel_class)| <b><i>(Public Preview)</i></b> Class for Imagen model APIs.<!---->This class provides methods for generating images using the Imagen model. |
@@ -43,7 +44,6 @@ The Vertex AI in Firebase Web SDK.
43
44
|[ObjectSchema](./vertexai.objectschema.md#objectschema_class)| Schema class for "object" types. The <code>properties</code> param must be a map of <code>Schema</code> objects. |
44
45
|[Schema](./vertexai.schema.md#schema_class)| Parent class encompassing all Schema types, with static methods that allow building specific Schema types. This class can be converted with <code>JSON.stringify()</code> into a JSON string accepted by Vertex AI REST endpoints. (This string conversion is automatically done when calling SDK methods.) |
45
46
|[StringSchema](./vertexai.stringschema.md#stringschema_class)| Schema class for "string" types. Can be used with or without enum values. |
46
-
|[VertexAIModel](./vertexai.vertexaimodel.md#vertexaimodel_class)| Base class for Vertex AI in Firebase model APIs. |
47
47
48
48
## Enumerations
49
49
@@ -147,7 +147,6 @@ The Vertex AI in Firebase Web SDK.
147
147
|[TypedSchema](./vertexai.md#typedschema)| A type that includes all specific Schema types. |
| HARM\_SEVERITY\_UNSUPPORTED | <code>"HARM_SEVERITY_UNSUPPORTED"</code> | Harm severity is not supported. The GoogleAI backend does not support <code>HarmSeverity</code>, so this value is used as a fallback. |
0 commit comments