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-03-21 UTC."],[[["This document outlines the `AutoMlConnection` class, which provides an interface for interacting with the Google Cloud AutoML service through various virtual methods, enabling users to perform actions like creating, getting, listing, updating, and deleting datasets and models."],["The `AutoMlConnection` class also defines methods for importing and exporting data, as well as deploying, undeploying, and exporting models."],["It details the usage of `AutoMlConnection` in testing, by allowing users to inject custom behavior with mock objects like `MockAutoMlConnection`, when working with `AutoMlClient`."],["The document lists multiple available versions, ranging from the latest release candidate (2.37.0-rc) to older versions, all the way down to 2.11.0."],["The class defines a variety of functions, such as options(), CreateDataset(), GetDataset(), ListDatasets(), UpdateDataset(), and many more, all which are outlined with their respective parameter and return types."]]],[]]