public sealed class AutoMlImageSegmentation : IMessage<AutoMlImageSegmentation>, IEquatable<AutoMlImageSegmentation>, IDeepCloneable<AutoMlImageSegmentation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class AutoMlImageSegmentation.
A TrainingJob that trains and uploads an AutoML Image Segmentation 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 `AutoMlImageSegmentation` class in the Google Cloud AI Platform v1beta1 API is used to define a training job for an AutoML Image Segmentation model."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `AutoMlImageSegmentation` class includes constructors for creating new instances, either default or from an existing `AutoMlImageSegmentation` object."],["It contains two properties, `Inputs` and `Metadata`, which are used to hold the input parameters and metadata information for the training job, respectively."],["This class is available in two versions: `1.0.0-beta21` (latest) and `1.0.0-beta20`, both within the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace."]]],[]]