public sealed class AutoMlImageClassification : IMessage<AutoMlImageClassification>, IEquatable<AutoMlImageClassification>, IDeepCloneable<AutoMlImageClassification>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class AutoMlImageClassification.
A TrainingJob that trains and uploads an AutoML Image Classification Model.
[[["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-04-02 UTC."],[[["The `AutoMlImageClassification` class, part of the Cloud AI Platform v1beta1 API, is designed for training and uploading an AutoML Image Classification Model."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer-based operations."],["The `AutoMlImageClassification` class contains properties named `Inputs` and `Metadata`, which hold the input parameters and metadata information respectively, specifically referencing types `AutoMlImageClassificationInputs` and `AutoMlImageClassificationMetadata`."],["It has two constructors: a default constructor `AutoMlImageClassification()` and another constructor that accepts an `AutoMlImageClassification` object as parameter for creating a new object."],["The latest version of this API reference is 1.0.0-beta21, while 1.0.0-beta20 and 1.0.0-beta04 are also included for prior versions."]]],[]]