Newer Version Available

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

MLModelFactorComponent

Represents information about the related MLModelFactor. For example, this object can represent a field value or a field range such as “Title = CEO” or “Annual Revenue >10000000”. This object is available in API version 53.0 and later.

Supported Calls

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

Special Access Rules

Available with Einstein Prediction Builder and Einstein Recommendation Builder.

Fields

Field Details
FactorLabelKey
Type
string
Properties
Filter, Group, Nillable, Sort
Description
Maps the model factor component to a label that can be displayed to the user.
FeatureType
Type
picklist
Properties
Filter, Group, Nillable, Restricted picklist, Sort
Description
FeatureType and FeatureValue indicate a feature that doesn’t have a corresponding field. For example, to indicate the feature “Percent = 97%”, the FeatureType is Percent and the FeatureValue is 97.
Possible values are:
  • Binary
  • Combobox
  • Currency
  • Date
  • DateTime
  • Email
  • ID
  • Integral
  • MultiPicklist
  • Percent
  • Phone
  • Picklist
  • Real
  • Text
  • TextArea
  • URL
FeatureValue
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The feature’s value. See FeatureType.
LeftHandDerivedField
Type
string
Properties
Filter, Group, Nillable, Sort
Description
If the model factor component is an equation, this field represents the name of the field on the left side of the equation. For example, if the model factor component is Title = CEO, this value is Title.
ModelFactorId
Type
reference
Properties
Filter, Group, Sort
Description
The ID of the related MLModelFactor.
This field is a relationship field.
Relationship Name
ModelFactor
Relationship Type
Lookup
Refers To
MLModelFactor
ModelId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
The ID of the related MLModel.
This field is a relationship field.
Relationship Name
Model
Relationship Type
Lookup
Refers To
MLModel
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
The automatically generated ID that uniquely identifies the model.
Operator
Type
picklist
Properties
Filter, Group, Nillable, Restricted picklist, Sort
Description
If the model factor component is an equation, this field represents the operator. For example, if the model factor component is Title = CEO, the operator is Equals.
Possible values are:
  • Contains
  • EndsWith
  • Equals
  • GreaterThan
  • IsNotNull
  • IsNull
  • LessThan
  • NotEquals
  • StartsWith
RightHandDerivedField
Type
string
Properties
Filter, Group, Nillable, Sort
Description
If the model factor component is an equation, this field represents the name of the field on the right side of the equation.
SortOrder
Type
int
Properties
Filter, Group, Nillable, Sort
Description
If the model factor has multiple model factor components, this field indicates the order in which this model factor component appears.
Value
Type
string
Properties
Filter, Group, Nillable, Sort
Description
If the model factor component specifies a value, this field represents the value. For example, if the model factor component is Title = CEO, this field is CEO.