PredictByReference Action

Run real time prediction with reference to record to predict on.

Bound Entities

Bound actions are invoked by appending the fully qualified action name to the URI representing an entity or collection.

Entity Type Binding Type
msdyn_aimodel entity

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
version
Edm.String False False

The predict by reference version.

targetRecordId
Edm.String False False

Primary key of target record to predict.

Return Type

Type Nullable Description
PredictByReferenceResponse False The PredictByReference action returns the following value.

See also