GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1Row (google_api_data_labeling v0.4.1)
View SourceA row in the confusion matrix. Each entry in this row has the same ground truth label.
Attributes
-
annotationSpec
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotationSpec.t
, default:nil
) - The annotation spec of the ground truth label for this row. -
entries
(type:list(GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ConfusionMatrixEntry.t)
, default:nil
) - A list of the confusion matrix entries. One entry for each possible predicted label.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1Row{ annotationSpec: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotationSpec.t() | nil, entries: [ GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ConfusionMatrixEntry.t() ] | nil }