Models - Cancel
Cancel model training.
Status codes returned:
- 202: Operation completed successfully.
- 400: The request was malformed.
- 404: A model with the specified name was not found.
POST /models/{name}:cancel?api-version=2023-04-01-preview
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
name
|
path | True |
string |
The name of the model to cancel training. Regex pattern: |
api-version
|
query | True |
string |
Requested API version. |
Responses
Name | Type | Description |
---|---|---|
202 Accepted |
Accepted |
|
Other Status Codes |
Error Headers x-ms-error-code: string |
Examples
Models_CancelTraining
Sample request
POST /models/my_dataset_name:cancel?api-version=2023-04-01-preview
Sample response
Definitions
Name | Description |
---|---|
Error |
Response returned when an error occurs. |
Error |
Error info. |
Error |
Detailed error. |
ErrorResponse
Response returned when an error occurs.
Name | Type | Description |
---|---|---|
error |
Error info. |
ErrorResponseDetails
Error info.
Name | Type | Description |
---|---|---|
code |
string |
Error code. |
details |
List of detailed errors. |
|
innererror |
Detailed error. |
|
message |
string |
Error message. |
target |
string |
Target of the error. |
ErrorResponseInnerError
Detailed error.
Name | Type | Description |
---|---|---|
code |
string |
Error code. |
innererror |
Detailed error. |
|
message |
string |
Error message. |