Class: Google::Cloud::AIPlatform::V1::Model::DataStats
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Model::DataStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model.rb
Overview
Stats of data used for train or evaluate the Model.
Instance Attribute Summary collapse
-
#test_annotations_count ⇒ ::Integer
Number of Annotations that are used for evaluating this Model.
-
#test_data_items_count ⇒ ::Integer
Number of DataItems that were used for evaluating this Model.
-
#training_annotations_count ⇒ ::Integer
Number of Annotations that are used for training this Model.
-
#training_data_items_count ⇒ ::Integer
Number of DataItems that were used for training this Model.
-
#validation_annotations_count ⇒ ::Integer
Number of Annotations that are used for validating this Model during training.
-
#validation_data_items_count ⇒ ::Integer
Number of DataItems that were used for validating this Model during training.
Instance Attribute Details
#test_annotations_count ⇒ ::Integer
Returns 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.
391 392 393 394 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 391 class DataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#test_data_items_count ⇒ ::Integer
Returns 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.
391 392 393 394 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 391 class DataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#training_annotations_count ⇒ ::Integer
Returns Number of Annotations that are used for training this Model.
391 392 393 394 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 391 class DataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#training_data_items_count ⇒ ::Integer
Returns Number of DataItems that were used for training this Model.
391 392 393 394 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 391 class DataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validation_annotations_count ⇒ ::Integer
Returns Number of Annotations that are used for validating this Model during training.
391 392 393 394 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 391 class DataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validation_data_items_count ⇒ ::Integer
Returns Number of DataItems that were used for validating this Model during training.
391 392 393 394 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 391 class DataStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |