Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ModelDataStats

Stats of data used for train or evaluate the Model.

Inheritance
object
GoogleCloudAiplatformV1ModelDataStats
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.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ModelDataStats : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

TestAnnotationsCount

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.

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

TestDataItemsCount

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.

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

TrainingAnnotationsCount

Number of Annotations that are used for training this Model.

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

TrainingDataItemsCount

Number of DataItems that were used for training this Model.

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

ValidationAnnotationsCount

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

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

ValidationDataItemsCount

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX