Cloud AI Platform v1 API - Class AutoMlImageSegmentation (2.27.0)

public sealed class AutoMlImageSegmentation : IMessage<AutoMlImageSegmentation>, IEquatable<AutoMlImageSegmentation>, IDeepCloneable<AutoMlImageSegmentation>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class AutoMlImageSegmentation.

A TrainingJob that trains and uploads an AutoML Image Segmentation Model.

Inheritance

object > AutoMlImageSegmentation

Namespace

Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

AutoMlImageSegmentation()

public AutoMlImageSegmentation()

AutoMlImageSegmentation(AutoMlImageSegmentation)

public AutoMlImageSegmentation(AutoMlImageSegmentation other)
Parameter
NameDescription
otherAutoMlImageSegmentation

Properties

Inputs

public AutoMlImageSegmentationInputs Inputs { get; set; }

The input parameters of this TrainingJob.

Property Value
TypeDescription
AutoMlImageSegmentationInputs

Metadata

public AutoMlImageSegmentationMetadata Metadata { get; set; }

The metadata information.

Property Value
TypeDescription
AutoMlImageSegmentationMetadata