public sealed class AutoMlImageObjectDetection : IMessage<AutoMlImageObjectDetection>, IEquatable<AutoMlImageObjectDetection>, IDeepCloneable<AutoMlImageObjectDetection>, IBufferMessage, IMessageA TrainingJob that trains and uploads an AutoML Image Object Detection Model.
Implements
IMessage<AutoMlImageObjectDetection>, IEquatable<AutoMlImageObjectDetection>, IDeepCloneable<AutoMlImageObjectDetection>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1.Schema.TrainingJob.DefinitionAssembly
Google.Cloud.AIPlatform.V1.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 |
|