Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::Model::DataStats (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::Model::DataStats.

Stats of data used for train or evaluate the Model.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#test_annotations_count

def test_annotations_count() -> ::Integer
Returns
  • (::Integer) — 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.

#test_annotations_count=

def test_annotations_count=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.

#test_data_items_count

def test_data_items_count() -> ::Integer
Returns
  • (::Integer) — 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.

#test_data_items_count=

def test_data_items_count=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.

#training_annotations_count

def training_annotations_count() -> ::Integer
Returns
  • (::Integer) — Number of Annotations that are used for training this Model.

#training_annotations_count=

def training_annotations_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of Annotations that are used for training this Model.
Returns
  • (::Integer) — Number of Annotations that are used for training this Model.

#training_data_items_count

def training_data_items_count() -> ::Integer
Returns
  • (::Integer) — Number of DataItems that were used for training this Model.

#training_data_items_count=

def training_data_items_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of DataItems that were used for training this Model.
Returns
  • (::Integer) — Number of DataItems that were used for training this Model.

#validation_annotations_count

def validation_annotations_count() -> ::Integer
Returns
  • (::Integer) — Number of Annotations that are used for validating this Model during training.

#validation_annotations_count=

def validation_annotations_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of Annotations that are used for validating this Model during training.
Returns
  • (::Integer) — Number of Annotations that are used for validating this Model during training.

#validation_data_items_count

def validation_data_items_count() -> ::Integer
Returns
  • (::Integer) — Number of DataItems that were used for validating this Model during training.

#validation_data_items_count=

def validation_data_items_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of DataItems that were used for validating this Model during training.
Returns
  • (::Integer) — Number of DataItems that were used for validating this Model during training.