SchedulePrediction Action

Schedules a prediction for an AI model.

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 schedule prediction version.

predictImmediately
Edm.Boolean True True

Run prediction on the AI model immediately.

cleanupRequired
Edm.Boolean True True

Clean up other triggers of the model.

Return Type

Type Nullable Description
SchedulePredictionResponse False The SchedulePrediction action returns the following value.

See also