public sealed class AutoMlImageObjectDetection : IMessage<AutoMlImageObjectDetection>, IEquatable<AutoMlImageObjectDetection>, IDeepCloneable<AutoMlImageObjectDetection>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class AutoMlImageObjectDetection.
A TrainingJob that trains and uploads an AutoML Image Object Detection 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-09-04 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eAutoMlImageObjectDetection\u003c/code\u003e class within the Vertex AI v1beta1 API, specifically for the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAutoMlImageObjectDetection\u003c/code\u003e is used to create a TrainingJob for training and uploading an AutoML Image Object Detection Model, inheriting from the base object class and implementing multiple interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, one default and one that takes another \u003ccode\u003eAutoMlImageObjectDetection\u003c/code\u003e instance for initialization.\u003c/p\u003e\n"],["\u003cp\u003eIt includes two properties, \u003ccode\u003eInputs\u003c/code\u003e and \u003ccode\u003eMetadata\u003c/code\u003e, which hold input parameters and metadata information for the TrainingJob, respectively.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class AutoMlImageObjectDetection (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition.AutoMlImageObjectDetection)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition.AutoMlImageObjectDetection) \n\n public sealed class AutoMlImageObjectDetection : IMessage\u003cAutoMlImageObjectDetection\u003e, IEquatable\u003cAutoMlImageObjectDetection\u003e, IDeepCloneable\u003cAutoMlImageObjectDetection\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class AutoMlImageObjectDetection.\n\nA TrainingJob that trains and uploads an AutoML Image Object Detection Model. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AutoMlImageObjectDetection \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[AutoMlImageObjectDetection](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition.AutoMlImageObjectDetection), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[AutoMlImageObjectDetection](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition.AutoMlImageObjectDetection), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[AutoMlImageObjectDetection](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition.AutoMlImageObjectDetection), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### AutoMlImageObjectDetection()\n\n public AutoMlImageObjectDetection()\n\n### AutoMlImageObjectDetection(AutoMlImageObjectDetection)\n\n public AutoMlImageObjectDetection(AutoMlImageObjectDetection other)\n\nProperties\n----------\n\n### Inputs\n\n public AutoMlImageObjectDetectionInputs Inputs { get; set; }\n\nThe input parameters of this TrainingJob.\n\n### Metadata\n\n public AutoMlImageObjectDetectionMetadata Metadata { get; set; }\n\nThe metadata information"]]