public sealed class AutoMlImageObjectDetection : IMessage<AutoMlImageObjectDetection>, IEquatable<AutoMlImageObjectDetection>, IDeepCloneable<AutoMlImageObjectDetection>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class AutoMlImageObjectDetection.
A TrainingJob that trains and uploads an AutoML Image Object Detection Model.
Implements
IMessageAutoMlImageObjectDetection, IEquatableAutoMlImageObjectDetection, IDeepCloneableAutoMlImageObjectDetection, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.DefinitionAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
AutoMlImageObjectDetection()
public AutoMlImageObjectDetection()
AutoMlImageObjectDetection(AutoMlImageObjectDetection)
public AutoMlImageObjectDetection(AutoMlImageObjectDetection other)
Parameter | |
---|---|
Name | Description |
other |
AutoMlImageObjectDetection |
Properties
Inputs
public AutoMlImageObjectDetectionInputs Inputs { get; set; }
The input parameters of this TrainingJob.
Property Value | |
---|---|
Type | Description |
AutoMlImageObjectDetectionInputs |
Metadata
public AutoMlImageObjectDetectionMetadata Metadata { get; set; }
The metadata information
Property Value | |
---|---|
Type | Description |
AutoMlImageObjectDetectionMetadata |