Uses of Enum Class
com.github.copilot.generated.rpc.ModelPickerCategory
Packages that use ModelPickerCategory
-
Uses of ModelPickerCategory in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return ModelPickerCategoryModifier and TypeMethodDescriptionstatic ModelPickerCategoryModel.modelPickerCategory()Returns the value of themodelPickerCategoryrecord component.static ModelPickerCategoryReturns the enum constant of this class with the specified name.static ModelPickerCategory[]ModelPickerCategory.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 ModelPickerCategoryModifierConstructorDescriptionModel(String id, String name, ModelCapabilities capabilities, ModelPolicy policy, ModelBilling billing, List<String> supportedReasoningEfforts, String defaultReasoningEffort, ModelPickerCategory modelPickerCategory, ModelPickerPriceCategory modelPickerPriceCategory) Creates an instance of aModelrecord class.