Searched refs:ProviderOptions (Results 1 – 1 of 1) sorted by relevance
285 private data class ProviderOptions(val provider: String, val options: String) dataClass300 val providerOptionsToAction = mutableMapOf<ProviderOptions, FilterAction>() in createCreatorPredicate()310 val key = ProviderOptions(annotation.provider, specifiedOptions) in createCreatorPredicate()322 val key = ProviderOptions(providerName, config.modelOptions.toString()) in createCreatorPredicate()