public sealed class AutoMlImageClassification : IMessage<AutoMlImageClassification>, IEquatable<AutoMlImageClassification>, IDeepCloneable<AutoMlImageClassification>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-03-21 UTC."],[[["This document provides reference information for the `AutoMlImageClassification` class within the Vertex AI v1beta1 API, specifically for training and uploading AutoML Image Classification Models."],["The `AutoMlImageClassification` class, found in the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace, inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor (`AutoMlImageClassification()`) and a copy constructor (`AutoMlImageClassification(AutoMlImageClassification other)`), which creates a new object based on another object."],["Key properties of the class include `Inputs`, which is of type `AutoMlImageClassificationInputs` and represents the input parameters of the training job, and `Metadata`, which is of type `AutoMlImageClassificationMetadata` and provides metadata information."],["The latest version of this class is `1.0.0-beta21`, which is the latest version, and an older version, `1.0.0-beta20` is also documented."]]],[]]