Show / Hide Table of Contents

Class XPSImageSegmentationTrainResponse

Inheritance
object
XPSImageSegmentationTrainResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSImageSegmentationTrainResponse : IDirectResponseSchema

Properties

ColorMaps

Color map of the model.

Declaration
[JsonProperty("colorMaps")]
public virtual IList<XPSColorMap> ColorMaps { get; set; }
Property Value
Type Description
IList<XPSColorMap>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExportModelSpec

NOTE: These fields are not used/needed in EAP but will be set later.

Declaration
[JsonProperty("exportModelSpec")]
public virtual XPSImageExportModelSpec ExportModelSpec { get; set; }
Property Value
Type Description
XPSImageExportModelSpec

ModelArtifactSpec

The fields below are only populated under uCAIP request scope. Model artifact spec stores and model gcs

pathes and related metadata

Declaration
[JsonProperty("modelArtifactSpec")]
public virtual XPSImageModelArtifactSpec ModelArtifactSpec { get; set; }
Property Value
Type Description
XPSImageModelArtifactSpec

ModelServingSpec

Declaration
[JsonProperty("modelServingSpec")]
public virtual XPSImageModelServingSpec ModelServingSpec { get; set; }
Property Value
Type Description
XPSImageModelServingSpec

StopReason

Stop reason for training job, e.g. 'TRAIN_BUDGET_REACHED', 'MODEL_CONVERGED'.

Declaration
[JsonProperty("stopReason")]
public virtual string StopReason { get; set; }
Property Value
Type Description
string

TrainCostNodeSeconds

The actual train cost of creating this model, expressed in node seconds, i.e. 3,600 value in this field means 1 node hour.

Declaration
[JsonProperty("trainCostNodeSeconds")]
public virtual long? TrainCostNodeSeconds { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX