public static interface Model.DataStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getTestAnnotationsCount()
Number of Annotations that are used for evaluating this Model.
|
long |
getTestDataItemsCount()
Number of DataItems that were used for evaluating this Model.
|
long |
getTrainingAnnotationsCount()
Number of Annotations that are used for training this Model.
|
long |
getTrainingDataItemsCount()
Number of DataItems that were used for training this Model.
|
long |
getValidationAnnotationsCount()
Number of Annotations that are used for validating this Model during
training.
|
long |
getValidationDataItemsCount()
Number of DataItems that were used for validating this Model during
training.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTrainingDataItemsCount()
Number of DataItems that were used for training this Model.
int64 training_data_items_count = 1;long getValidationDataItemsCount()
Number of DataItems that were used for validating this Model during training.
int64 validation_data_items_count = 2;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;long getTrainingAnnotationsCount()
Number of Annotations that are used for training this Model.
int64 training_annotations_count = 4;long getValidationAnnotationsCount()
Number of Annotations that are used for validating this Model during training.
int64 validation_annotations_count = 5;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;Copyright © 2025 Google LLC. All rights reserved.