MachineLearningBatchEndpointProperties クラス

定義

バッチ エンドポイントの構成。

public class MachineLearningBatchEndpointProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointProperties
type MachineLearningBatchEndpointProperties = class
    inherit MachineLearningEndpointProperties
Public Class MachineLearningBatchEndpointProperties
Inherits MachineLearningEndpointProperties
継承
MachineLearningBatchEndpointProperties

コンストラクター

MachineLearningBatchEndpointProperties(MachineLearningEndpointAuthMode)

MachineLearningBatchEndpointProperties の新しいインスタンスを初期化します。

プロパティ

AuthMode

[必須]キーベースの認証には 'Key' を使用し、Azure Machine Learning トークンベースの認証には 'AMLToken' を使用します。 'Key' は期限切れではありませんが、'AMLToken' は期限切れになります。

(継承元 MachineLearningEndpointProperties)
DefaultsDeploymentName

エンドポイントの既定値となるデプロイの名前。 このデプロイでは、エンドポイント スコアリング URL が呼び出されると、最終的に 100% のトラフィックが発生します。

Description

推論エンドポイントの説明。

(継承元 MachineLearningEndpointProperties)
Keys

エンドポイントで最初に設定する EndpointAuthKeys。 このプロパティは常に null として返されます。 AuthKey 値は、ListKeys API を使用して取得する必要があります。

(継承元 MachineLearningEndpointProperties)
Properties

プロパティ ディクショナリ。 プロパティは追加できますが、削除または変更することはできません。

(継承元 MachineLearningEndpointProperties)
ProvisioningState

エンドポイントのプロビジョニング状態。

ScoringUri

エンドポイント URI。

(継承元 MachineLearningEndpointProperties)
SwaggerUri

エンドポイント Swagger URI。

(継承元 MachineLearningEndpointProperties)

適用対象