你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomVisionPredictionClient 构造函数

定义

重载

CustomVisionPredictionClient(DelegatingHandler[])

初始化 CustomVisionPredictionClient 类的新实例。

CustomVisionPredictionClient(ServiceClientCredentials, DelegatingHandler[])
CustomVisionPredictionClient(HttpClient, Boolean)

初始化 CustomVisionPredictionClient 类的新实例。

CustomVisionPredictionClient(HttpClientHandler, DelegatingHandler[])

初始化 CustomVisionPredictionClient 类的新实例。

CustomVisionPredictionClient(ServiceClientCredentials, HttpClient, Boolean)
CustomVisionPredictionClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

CustomVisionPredictionClient(DelegatingHandler[])

Source:
CustomVisionPredictionClient.cs

初始化 CustomVisionPredictionClient 类的新实例。

protected CustomVisionPredictionClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.CustomVisionPredictionClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.CustomVisionPredictionClient
Protected Sub New (ParamArray handlers As DelegatingHandler())

参数

handlers
DelegatingHandler[]

可选。 要添加到 http 客户端管道的委托处理程序。

适用于

CustomVisionPredictionClient(ServiceClientCredentials, DelegatingHandler[])

Source:
CustomVisionPredictionClient.cs
public CustomVisionPredictionClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.CustomVisionPredictionClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.CustomVisionPredictionClient
Public Sub New (credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())

参数

handlers
DelegatingHandler[]

适用于

CustomVisionPredictionClient(HttpClient, Boolean)

Source:
CustomVisionPredictionClient.cs

初始化 CustomVisionPredictionClient 类的新实例。

protected CustomVisionPredictionClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.CustomVisionPredictionClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.CustomVisionPredictionClient
Protected Sub New (httpClient As HttpClient, disposeHttpClient As Boolean)

参数

httpClient
HttpClient

要使用的 HttpClient

disposeHttpClient
Boolean

True:将在调用 CustomVisionPredictionClient.Dispose () 时释放提供的 httpClient。 False: 不会释放提供的 httpClient

适用于

CustomVisionPredictionClient(HttpClientHandler, DelegatingHandler[])

Source:
CustomVisionPredictionClient.cs

初始化 CustomVisionPredictionClient 类的新实例。

protected CustomVisionPredictionClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.CustomVisionPredictionClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.CustomVisionPredictionClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

参数

rootHandler
HttpClientHandler

可选。 用于处理 http 传输的 http 客户端处理程序。

handlers
DelegatingHandler[]

可选。 要添加到 http 客户端管道的委托处理程序。

适用于

CustomVisionPredictionClient(ServiceClientCredentials, HttpClient, Boolean)

Source:
CustomVisionPredictionClient.cs
public CustomVisionPredictionClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.CustomVisionPredictionClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.CustomVisionPredictionClient
Public Sub New (credentials As ServiceClientCredentials, httpClient As HttpClient, disposeHttpClient As Boolean)

参数

httpClient
HttpClient
disposeHttpClient
Boolean

适用于

CustomVisionPredictionClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Source:
CustomVisionPredictionClient.cs
public CustomVisionPredictionClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.CustomVisionPredictionClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.CustomVisionPredictionClient
Public Sub New (credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

参数

rootHandler
HttpClientHandler
handlers
DelegatingHandler[]

适用于