PipelineProvider
The PipelineProvider
class is responsible for fetching Pipeline
objects from the AiXplain backend.
Declaration
final class PipelineProvider
Overview
This class handles the network request to retrieve pipeline data and parses the response into a Pipeline
object.
You must have a valid API key and backend URL configured in APIKeyManager
to use this class.
Topics
Initializers
Instance Methods
func get(String) async throws -> Pipeline
Fetches a Pipeline
object from the AiXplain backend.