| | 1 | |
|
| | 2 | | // <auto-generated> |
| | 3 | | // Code generated by Microsoft (R) AutoRest Code Generator. |
| | 4 | | // Changes may cause incorrect behavior and will be lost if the code is |
| | 5 | | // regenerated. |
| | 6 | | // </auto-generated> |
| | 7 | |
|
| | 8 | | namespace Microsoft.Azure.CognitiveServices.Personalizer |
| | 9 | | { |
| | 10 | | using System; |
| | 11 | | using System.Collections.Generic; |
| | 12 | | using System.Linq; |
| | 13 | |
|
| | 14 | | internal static partial class SdkInfo |
| | 15 | | { |
| | 16 | | public static IEnumerable<Tuple<string, string, string>> ApiInfo_PersonalizerClient |
| | 17 | | { |
| | 18 | | get |
| | 19 | | { |
| 0 | 20 | | return new Tuple<string, string, string>[] |
| 0 | 21 | | { |
| 0 | 22 | | new Tuple<string, string, string>("PersonalizerClient", "Evaluations", "v1.0"), |
| 0 | 23 | | new Tuple<string, string, string>("PersonalizerClient", "Events", "v1.0"), |
| 0 | 24 | | new Tuple<string, string, string>("PersonalizerClient", "Log", "v1.0"), |
| 0 | 25 | | new Tuple<string, string, string>("PersonalizerClient", "Model", "v1.0"), |
| 0 | 26 | | new Tuple<string, string, string>("PersonalizerClient", "Policy", "v1.0"), |
| 0 | 27 | | new Tuple<string, string, string>("PersonalizerClient", "Rank", "v1.0"), |
| 0 | 28 | | new Tuple<string, string, string>("PersonalizerClient", "ServiceConfiguration", "v1.0"), |
| 0 | 29 | | }.AsEnumerable(); |
| | 30 | | } |
| | 31 | | } |
| | 32 | | } |
| | 33 | | } |