Uses of Enum Class
com.github.copilot.generated.rpc.ProviderConfigType
Packages that use ProviderConfigType
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of ProviderConfigType in com.github.copilot.generated.rpc
Subclasses with type arguments of type ProviderConfigType in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return ProviderConfigTypeModifier and TypeMethodDescriptionstatic ProviderConfigTypeNamedProviderConfig.type()Returns the value of thetyperecord component.ProviderConfig.type()Returns the value of thetyperecord component.static ProviderConfigTypeReturns the enum constant of this class with the specified name.static ProviderConfigType[]ProviderConfigType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type ProviderConfigTypeModifierConstructorDescriptionNamedProviderConfig(String name, ProviderConfigType type, ProviderConfigWireApi wireApi, ProviderConfigTransport transport, String baseUrl, String apiKey, String bearerToken, ProviderConfigAzure azure, Map<String, String> headers, Boolean hasBearerTokenProvider) Creates an instance of aNamedProviderConfigrecord class.ProviderConfig(ProviderConfigType type, ProviderConfigWireApi wireApi, ProviderConfigTransport transport, String baseUrl, String apiKey, String bearerToken, ProviderConfigAzure azure, String modelId, String wireModel, Double maxPromptTokens, Double maxContextWindowTokens, Double maxOutputTokens, Map<String, String> headers, Boolean hasBearerTokenProvider) Creates an instance of aProviderConfigrecord class.