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-09 UTC."],[[["The `AutoMlImageClassification` class in the Google Cloud AI Platform v1beta1 API is used to define a training job for an AutoML Image Classification model."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, providing functionalities such as message handling, equality checks, deep cloning, and buffer message capabilities."],["The class provides two constructors, one default and one that accepts another `AutoMlImageClassification` instance for copying."],["It contains two properties, `Inputs` and `Metadata`, of type `AutoMlImageClassificationInputs` and `AutoMlImageClassificationMetadata`, respectively, to handle the training job's input parameters and metadata information."]]],[]]