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[])

ソース:
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[])

ソース:
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)

ソース:
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[])

ソース:
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)

ソース:
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[])

ソース:
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[]

適用対象