FirebaseVertexAI Framework Reference

Classes

The following classes are available globally.

  • A Schema object allows the definition of input and output data types.

    These types can be objects, but also primitives and arrays. Represents a select subset of an OpenAPI 3.0 schema object.

    Declaration

    Swift

    public class Schema
    extension Schema: Encodable
  • The Vertex AI for Firebase SDK provides access to Gemini models directly from your app.

    Declaration

    Swift

    @available(iOS 15.0, macOS 11.0, tvOS 15.0, watchOS 8.0, *)
    public class VertexAI : NSObject