< Summary

Class:Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.SdkInfo
Assembly:Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction
File(s):C:\Git\azure-sdk-for-net\sdk\cognitiveservices\Vision.CustomVision.Prediction\src\Generated\SdkInfo_CustomVisionPredictionClient.cs
Covered lines:0
Uncovered lines:19
Coverable lines:19
Total lines:45
Line coverage:0% (0 of 19)
Covered branches:0
Total branches:0

Metrics

MethodCyclomatic complexity Line coverage Branch coverage
get_ApiInfo_CustomVisionPredictionClient()-0%100%
.cctor()-0%100%

File(s)

C:\Git\azure-sdk-for-net\sdk\cognitiveservices\Vision.CustomVision.Prediction\src\Generated\SdkInfo_CustomVisionPredictionClient.cs

#LineLine coverage
 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
 8namespace Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction
 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_CustomVisionPredictionClient
 17      {
 18          get
 19          {
 020              return new Tuple<string, string, string>[]
 021              {
 022                new Tuple<string, string, string>("CustomVisionPredictionClient", "ClassifyImage", "3.1"),
 023                new Tuple<string, string, string>("CustomVisionPredictionClient", "ClassifyImageUrl", "3.1"),
 024                new Tuple<string, string, string>("CustomVisionPredictionClient", "ClassifyImageUrlWithNoStore", "3.1"),
 025                new Tuple<string, string, string>("CustomVisionPredictionClient", "ClassifyImageWithNoStore", "3.1"),
 026                new Tuple<string, string, string>("CustomVisionPredictionClient", "DetectImage", "3.1"),
 027                new Tuple<string, string, string>("CustomVisionPredictionClient", "DetectImageUrl", "3.1"),
 028                new Tuple<string, string, string>("CustomVisionPredictionClient", "DetectImageUrlWithNoStore", "3.1"),
 029                new Tuple<string, string, string>("CustomVisionPredictionClient", "DetectImageWithNoStore", "3.1"),
 030              }.AsEnumerable();
 31          }
 32      }
 33      // BEGIN: Code Generation Metadata Section
 034      public static readonly String AutoRestVersion = "2.0.4413";
 035      public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413";
 036      public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-a
 037      public static readonly String GithubForkName = "Azure";
 038      public static readonly String GithubBranchName = "master";
 039      public static readonly String GithubCommidId = "783ed6e4298b198acbce4c4a1f1ae2a5b5bd39c6";
 040      public static readonly String CodeGenerationErrors = "";
 041      public static readonly String GithubRepoName = "azure-rest-api-specs";
 42      // END: Code Generation Metadata Section
 43  }
 44}
 45