Uses of Enum Class
com.google.adk.models.ApigeeLlm.ApiType
Packages that use ApigeeLlm.ApiType
-
Uses of ApigeeLlm.ApiType in com.google.adk.models
Subclasses with type arguments of type ApigeeLlm.ApiType in com.google.adk.modelsModifier and TypeClassDescriptionstatic enumDefines the type of API to be used by the Apigee proxy.Methods in com.google.adk.models that return ApigeeLlm.ApiTypeModifier and TypeMethodDescriptionstatic ApigeeLlm.ApiTypeReturns the enum constant of this class with the specified name.static ApigeeLlm.ApiType[]ApigeeLlm.ApiType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.adk.models with parameters of type ApigeeLlm.ApiTypeModifier and TypeMethodDescriptionApigeeLlm.Builder.apiType(ApigeeLlm.ApiType apiType) Sets the explicitApigeeLlm.ApiTypeto use (e.g., CHAT_COMPLETIONS or GENAI).