This interface defines virtual methods for each of the user-facing overload sets in AutoMlClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type AutoMlClient.
[[["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 document outlines the `AutoMlConnection` class, which provides an interface for interacting with the Google Cloud AutoML service, with the latest release candidate being version 2.37.0-rc."],["The `AutoMlConnection` class defines virtual methods that correspond to user-facing overload sets in `AutoMlClient`, allowing for custom behavior injection during testing."],["Users can utilize the `MakeAutoMlConnection()` function to create concrete instances of `AutoMlConnection` for actual interactions, or `automl_v1_mocks::MockAutoMlConnection` for mocking purposes."],["The document lists a range of available versions, from 2.37.0-rc down to 2.11.0, offering access to the features and functionality of the `AutoMlConnection` interface across these releases."],["The virtual methods exposed by `AutoMlConnection` include the capability to manage datasets and models through methods such as `CreateDataset`, `DeleteDataset`, `CreateModel`, `DeployModel`, and several others."]]],[]]