GenerationID
struct GenerationID : Sendableextension FirebaseAI.GenerationID: Equatableextension FirebaseAI.GenerationID: HashableAn identifier for a specific generation.
Public Preview: This API is a public preview and may be subject to change.
-
Creates a new, unique generation identifier.
Public Preview: This API is a public preview and may be subject to change.
Declaration
Swift
public init() -
Declaration
Swift
public static func == (lhs: FirebaseAI.GenerationID, rhs: FirebaseAI.GenerationID) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher)