Interface Model.DataStatsOrBuilder (3.42.0)

public static interface Model.DataStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTestAnnotationsCount()

public abstract long getTestAnnotationsCount()

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.

int64 test_annotations_count = 6;

Returns
TypeDescription
long

The testAnnotationsCount.

getTestDataItemsCount()

public abstract long getTestDataItemsCount()

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.

int64 test_data_items_count = 3;

Returns
TypeDescription
long

The testDataItemsCount.

getTrainingAnnotationsCount()

public abstract long getTrainingAnnotationsCount()

Number of Annotations that are used for training this Model.

int64 training_annotations_count = 4;

Returns
TypeDescription
long

The trainingAnnotationsCount.

getTrainingDataItemsCount()

public abstract long getTrainingDataItemsCount()

Number of DataItems that were used for training this Model.

int64 training_data_items_count = 1;

Returns
TypeDescription
long

The trainingDataItemsCount.

getValidationAnnotationsCount()

public abstract long getValidationAnnotationsCount()

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

int64 validation_annotations_count = 5;

Returns
TypeDescription
long

The validationAnnotationsCount.

getValidationDataItemsCount()

public abstract long getValidationDataItemsCount()

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

int64 validation_data_items_count = 2;

Returns
TypeDescription
long

The validationDataItemsCount.