Uses of Record Class
com.github.copilot.generated.rpc.ProviderConfigAzure
Packages that use ProviderConfigAzure
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of ProviderConfigAzure in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return ProviderConfigAzureModifier and TypeMethodDescriptionNamedProviderConfig.azure()Returns the value of theazurerecord component.ProviderConfig.azure()Returns the value of theazurerecord component.Constructors in com.github.copilot.generated.rpc with parameters of type ProviderConfigAzureModifierConstructorDescriptionNamedProviderConfig(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.