Class GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlImageSegmentation
A TrainingJob that trains and uploads an AutoML Image Segmentation Model.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlImageSegmentation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Inputs
The input parameters of this TrainingJob.
Declaration
[JsonProperty("inputs")]
public virtual GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlImageSegmentationInputs Inputs { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlImageSegmentationInputs |
Metadata
The metadata information.
Declaration
[JsonProperty("metadata")]
public virtual GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlImageSegmentationMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlImageSegmentationMetadata |