public sealed class AutoMlImageSegmentation : IMessage<AutoMlImageSegmentation>, IEquatable<AutoMlImageSegmentation>, IDeepCloneable<AutoMlImageSegmentation>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-03-21 UTC."],[[["`AutoMlImageSegmentation` is a class in the Vertex AI v1beta1 API, specifically designed for training and uploading AutoML Image Segmentation Models."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class provides two constructors, one default and another that accepts an `AutoMlImageSegmentation` object for creating copies."],["`AutoMlImageSegmentation` contains properties for `Inputs` and `Metadata`, which are typed as `AutoMlImageSegmentationInputs` and `AutoMlImageSegmentationMetadata`, respectively."],["This class is located within the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace, within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]