Uses of Enum Class
com.github.copilot.generated.rpc.LlmInferenceHttpRequestStartTransport
Packages that use LlmInferenceHttpRequestStartTransport
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of LlmInferenceHttpRequestStartTransport in com.github.copilot.generated.rpc
Subclasses with type arguments of type LlmInferenceHttpRequestStartTransport in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumTransport the runtime would otherwise use for this request.Methods in com.github.copilot.generated.rpc that return LlmInferenceHttpRequestStartTransportModifier and TypeMethodDescriptionLlmInferenceHttpRequestStartRequest.transport()Returns the value of thetransportrecord component.Returns the enum constant of this class with the specified name.LlmInferenceHttpRequestStartTransport.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 LlmInferenceHttpRequestStartTransportModifierConstructorDescriptionLlmInferenceHttpRequestStartRequest(String requestId, String sessionId, String method, String url, Map<String, List<String>> headers, LlmInferenceHttpRequestStartTransport transport) Creates an instance of aLlmInferenceHttpRequestStartRequestrecord class.