Cloud AI Platform v1 API - Class Model.Types.DataStats (2.27.0)

public sealed class Model.Types.DataStats : IMessage<Model.Types.DataStats>, IEquatable<Model.Types.DataStats>, IDeepCloneable<Model.Types.DataStats>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class Model.Types.DataStats.

Stats of data used for train or evaluate the Model.

Inheritance

object > Model.Types.DataStats

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DataStats()

public DataStats()

DataStats(DataStats)

public DataStats(Model.Types.DataStats other)
Parameter
NameDescription
otherModelTypesDataStats

Properties

TestAnnotationsCount

public long TestAnnotationsCount { get; set; }

Number of Annotations that are used for evaluating this Model. If the Model is evaluated multiple times, this will be the number of test Annotations used by the first evaluation. If the Model is not evaluated, the number is 0.

Property Value
TypeDescription
long

TestDataItemsCount

public long TestDataItemsCount { get; set; }

Number of DataItems that were used for evaluating this Model. If the Model is evaluated multiple times, this will be the number of test DataItems used by the first evaluation. If the Model is not evaluated, the number is 0.

Property Value
TypeDescription
long

TrainingAnnotationsCount

public long TrainingAnnotationsCount { get; set; }

Number of Annotations that are used for training this Model.

Property Value
TypeDescription
long

TrainingDataItemsCount

public long TrainingDataItemsCount { get; set; }

Number of DataItems that were used for training this Model.

Property Value
TypeDescription
long

ValidationAnnotationsCount

public long ValidationAnnotationsCount { get; set; }

Number of Annotations that are used for validating this Model during training.

Property Value
TypeDescription
long

ValidationDataItemsCount

public long ValidationDataItemsCount { get; set; }

Number of DataItems that were used for validating this Model during training.

Property Value
TypeDescription
long