UnschedulePrediction Action
Unschedules batch prediction on an AI model.
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 allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
version
|
Edm.String | False | False | The unschedule prediction version. |
skipStatusUpdate
|
Edm.Boolean | True | True | Whether to perform status update on the AIConfiguration. |
Type | Nullable | Description |
---|---|---|
UnschedulePredictionResponse | False | Contains the response of the UnschedulePrediction action. |