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
|[Modality](./vertexai.md#modality)| Content part modality. |
51
52
|[SchemaType](./vertexai.md#schematype)| Contains the list of OpenAPI data types as defined by the [OpenAPI specification](https://swagger.io/docs/specification/data-models/data-types/)|
52
53
|[VertexAIErrorCode](./vertexai.md#vertexaierrorcode)| Standardized error codes that <code>[VertexAIError](./vertexai.vertexaierror.md#vertexaierror_class)</code> can have. |
53
54
@@ -84,6 +85,7 @@ The Vertex AI in Firebase Web SDK.
|[GroundingMetadata](./vertexai.groundingmetadata.md#groundingmetadata_interface)| Metadata returned to client when grounding is enabled. |
86
87
|[InlineDataPart](./vertexai.inlinedatapart.md#inlinedatapart_interface)| Content part interface if the part represents an image. |
88
+
|[ModalityTokenCount](./vertexai.modalitytokencount.md#modalitytokencount_interface)| Represents token counting info for a single modality. |
87
89
|[ModelParams](./vertexai.modelparams.md#modelparams_interface)| Params passed to <code>[getGenerativeModel()](./vertexai.md#getgenerativemodel_e3037c9)</code>. |
88
90
|[ObjectSchemaInterface](./vertexai.objectschemainterface.md#objectschemainterface_interface)| Interface for <code>[ObjectSchema](./vertexai.objectschema.md#objectschema_class)</code> class. |
89
91
|[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>. |
0 commit comments