public sealed class AutoMlImageSegmentation : IMessage<AutoMlImageSegmentation>, IEquatable<AutoMlImageSegmentation>, IDeepCloneable<AutoMlImageSegmentation>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class AutoMlImageSegmentation.
A TrainingJob that trains and uploads an AutoML Image Segmentation Model.
Implements
IMessageAutoMlImageSegmentation, IEquatableAutoMlImageSegmentation, IDeepCloneableAutoMlImageSegmentation, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.DefinitionAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
AutoMlImageSegmentation()
public AutoMlImageSegmentation()AutoMlImageSegmentation(AutoMlImageSegmentation)
public AutoMlImageSegmentation(AutoMlImageSegmentation other)| Parameter | |
|---|---|
| Name | Description |
other |
AutoMlImageSegmentation |
Properties
Inputs
public AutoMlImageSegmentationInputs Inputs { get; set; }The input parameters of this TrainingJob.
| Property Value | |
|---|---|
| Type | Description |
AutoMlImageSegmentationInputs |
|
Metadata
public AutoMlImageSegmentationMetadata Metadata { get; set; }The metadata information.
| Property Value | |
|---|---|
| Type | Description |
AutoMlImageSegmentationMetadata |
|