fetchSwarmModels

abstract suspend fun fetchSwarmModels(baseUrl: String, sessionId: String, credentials: AuthorizationCredentials): List<SwarmUiModel>(source)

Loads SDAI data through fetchSwarmModels.

Return

Result produced by fetchSwarmModels.

Author

Dmitriy Moroz

Parameters

baseUrl

base url value consumed by the API.

sessionId

session id value consumed by the API.

credentials

credentials value consumed by the API.