View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelDataStats (google_api_ai_platform v0.13.0)
Stats of data used for train or evaluate the Model.
Attributes
-
testAnnotationsCount
(type:String.t
, default:nil
) - 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. -
testDataItemsCount
(type:String.t
, default:nil
) - 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. -
trainingAnnotationsCount
(type:String.t
, default:nil
) - Number of Annotations that are used for training this Model. -
trainingDataItemsCount
(type:String.t
, default:nil
) - Number of DataItems that were used for training this Model. -
validationAnnotationsCount
(type:String.t
, default:nil
) - Number of Annotations that are used for validating this Model during training. -
validationDataItemsCount
(type:String.t
, default:nil
) - Number of DataItems that were used for validating this Model during training.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelDataStats{ testAnnotationsCount: String.t() | nil, testDataItemsCount: String.t() | nil, trainingAnnotationsCount: String.t() | nil, trainingDataItemsCount: String.t() | nil, validationAnnotationsCount: String.t() | nil, validationDataItemsCount: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.