Google Cloud Ai Platform V1 Client - Class DataStats (0.32.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class DataStats.

Stats of data used for train or evaluate the Model.

Generated from protobuf message google.cloud.aiplatform.v1.Model.DataStats

Namespace

Google \ Cloud \ AIPlatform \ V1 \ Model

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ training_data_items_count int|string

Number of DataItems that were used for training this Model.

↳ validation_data_items_count int|string

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

↳ test_data_items_count int|string

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 int|string

Number of Annotations that are used for training this Model.

↳ validation_annotations_count int|string

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

↳ test_annotations_count int|string

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.

getTrainingDataItemsCount

Number of DataItems that were used for training this Model.

Returns
TypeDescription
int|string

setTrainingDataItemsCount

Number of DataItems that were used for training this Model.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getValidationDataItemsCount

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

Returns
TypeDescription
int|string

setValidationDataItemsCount

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

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

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.

Returns
TypeDescription
int|string

setTestDataItemsCount

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.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getTrainingAnnotationsCount

Number of Annotations that are used for training this Model.

Returns
TypeDescription
int|string

setTrainingAnnotationsCount

Number of Annotations that are used for training this Model.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getValidationAnnotationsCount

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

Returns
TypeDescription
int|string

setValidationAnnotationsCount

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

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

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.

Returns
TypeDescription
int|string

setTestAnnotationsCount

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.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this