Newer Version Available

This content describes an older version of this product. View Latest

AiVisionModelObjectMetric

Represents the accuracy with which the model detected the object. This object is available in API version 47.0 and later.

Supported Calls

describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search()

Fields

Field Details
AiVisionModelMetricId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
Unique identifier of the record that provides details on the quality of the model.
AveragePrecision
Type
double
Properties
Filter, Nillable, Sort
Description
Average precision with which the model detected the object. Calculated by validating the model against the dataset.
F1Score
Type
double
Properties
Filter, Nillable, Sort
Description
Predicts how accurate the model is based on the precision and recall. The score can be between 0 and 1.
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The most recent date on which a user referenced this record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The most recent date on which a user viewed this record.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Name of the record.
ObjectLabel
Type
string
Properties
Filter, Group, Nillable, Sort
Description
Label of the object detected by the model.
OwnerId
Type
reference
Properties
Filter, Group, Sort
Description
Unique identifier of the record owner.
PrecisionList
Type
textarea
Properties
Nillable
Description
Ratio of how many times the object is correctly identified to the number of times it's detected. The list contains a score for each time the object is identified in an image.
RecallList
Type
textarea
Properties
Nillable
Description
Ration of how many times the object is correctly identified to the number of times the object is actually present. The list contains a score for each time the object is identified in an image.