ScheduleRetrain Action
Schedules retraining 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 |
---|---|---|---|---|
recurrence
|
Edm.String | False | False | Recurrence of the schedule, supports object model of flow recurrence. |
version
|
Edm.String | False | False | The schedule retrain version. |
Return type
Type | Nullable | Description |
---|---|---|
ScheduleRetrainResponse | False | Contains the response of the ScheduleRetrain action. |