Newer Version Available

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

AiVisionModelMetric

Represents the quality of a model. This object is available in API version 47.0 and later.

Supported Calls

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

Fields

Field Details
AiDatasetId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
Unique identifier of the dataset used to build the model.
AiVisionModelId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
Unique idetifier of the model.
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.
MeanAveragePrecision
Type
double
Properties
Filter, Nillable, Sort
Description
The average precision with which the model detected each object in the dataset. Calculates by adding the average precision for each object and diving it by the number of objects.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Name of the record.
OwnerId
Type
reference
Properties
Filter, Group, Sort
Description
Unique identifier of the record owner.
TrainingLoss
Type
double
Properties
Filter, Nillable, Sort
Description
Measure with which the model fails to detect an object from the dataset. Calculated by validating the model against the dataset.