Model - Get Properties
Get Model Properties.
Get properties of the model file generated by Personalizer service.
GET {Endpoint}/personalizer/v1.1-preview.1/model/properties
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
Endpoint
|
path | True |
string |
Supported Cognitive Services endpoint. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Success |
Examples
Successful Model_GetProperties request
Sample request
GET {Endpoint}/personalizer/v1.1-preview.1/model/properties
Sample response
{
"creationTime": "2019-01-18T16:00:00-08:00",
"lastModifiedTime": "2019-01-18T16:00:00-08:00"
}
Definitions
ModelProperties
Properties related to the trained model.
| Name | Type | Description |
|---|---|---|
| creationTime |
string (date-time) |
Creation time of the model. |
| lastModifiedTime |
string (date-time) |
Last time the model was modified. |