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-17 UTC."],[[["The `AutoMlImageClassification` class, part of the Cloud AI Platform v1beta1 API, is used 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 comparison, deep cloning, and buffer messaging."],["`AutoMlImageClassification` inherits from the base `object` class, and has 2 constructors for creating instances, including one that accepts another `AutoMlImageClassification` instance."],["The class has two key properties, `Inputs` and `Metadata`, which handle the input parameters and metadata information of the `TrainingJob`, respectively."],["The class is within the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace and is found in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]