ModelInput
A protocol that defines the requirements for an object to be used as input for a model.
Declaration
protocol ModelInput
Topics
Instance Methods
func generateInputPayloadForModel() async throws -> Data
Generates an input payload data for the model.