Show / Hide Table of Contents

Class XPSImageObjectDetectionModelSpec

Inheritance
object
XPSImageObjectDetectionModelSpec
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 XPSImageObjectDetectionModelSpec : IDirectResponseSchema

Properties

ClassCount

Total number of classes.

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

ETag

The ETag of the item.

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

ExportModelSpec

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

MaxBoundingBoxCount

Max number of bounding box.

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

ModelArtifactSpec

The fields below are only populated under uCAIP request scope.

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