This interface defines virtual methods for each of the user-facing overload sets in LlmUtilityServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type LlmUtilityServiceClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-07 UTC."],[[["This webpage details the `LlmUtilityServiceConnection` object, which is used with the `LlmUtilityServiceClient` for interacting with AI Platform services."],["The `LlmUtilityServiceConnection` interface allows for injecting custom behaviors, particularly useful for testing with objects like Google Mock."],["The latest version available is 2.37.0-rc, with numerous older versions also accessible, and the current content is for version 2.27.0."],["It includes virtual methods like `options()`, `CountTokens()`, and `ComputeTokens()` for various operations."],["You can find instructions for creating a concrete instance with `MakeLlmUtilityServiceConnection()` or mocking it with `aiplatform_v1_mocks::MockLlmUtilityServiceConnection`."]]],[]]