GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1Row (google_api_data_labeling v0.2.1) View Source
A 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1Row{ annotationSpec: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotationSpec.t(), entries: [ GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ConfusionMatrixEntry.t() ] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.