| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | using Azure; |
| | 9 | | using Azure.Core; |
| | 10 | |
|
| | 11 | | namespace Azure.AI.FormRecognizer |
| | 12 | | { |
| | 13 | | internal class ServiceTrainCustomModelAsyncHeaders |
| | 14 | | { |
| | 15 | | private readonly Response _response; |
| 148 | 16 | | public ServiceTrainCustomModelAsyncHeaders(Response response) |
| | 17 | | { |
| 148 | 18 | | _response = response; |
| 148 | 19 | | } |
| | 20 | | /// <summary> Location and ID of the model being trained. The status of model training is specified in the statu |
| 148 | 21 | | public string Location => _response.Headers.TryGetValue("Location", out string value) ? value : null; |
| | 22 | | } |
| | 23 | | } |