AmlCompute クラス

定義

Azure Machine Learning コンピューティング。

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

コンストラクター

AmlCompute()

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

プロパティ

ComputeLocation

基になるコンピューティングの場所。

(継承元 MachineLearningComputeProperties)
CreatedOn

コンピューティングが作成された時刻。

(継承元 MachineLearningComputeProperties)
Description

Machine Learning コンピューティングの説明。

(継承元 MachineLearningComputeProperties)
DisableLocalAuth

ローカル認証をオプトアウトし、お客様が認証にのみ MSI と AAD のみを使用できることを確認します。

(継承元 MachineLearningComputeProperties)
IsAttachedCompute

コンピューティングがユーザーによってプロビジョニングされ、true の場合は外部から取り込まれたか、機械学習サービスが false の場合にプロビジョニングしたかを示します。

(継承元 MachineLearningComputeProperties)
ModifiedOn

コンピューティングが最後に変更された時刻。

(継承元 MachineLearningComputeProperties)
Properties

AmlCompute のプロパティ。

ProvisioningErrors

プロビジョニング中のエラー。

(継承元 MachineLearningComputeProperties)
ProvisioningState

クラスターのプロビジョニング状態。 有効な値は、Unknown、Updating、Provisioning、Succeeded、Failed です。

(継承元 MachineLearningComputeProperties)
ResourceId

基になるコンピューティングの ARM リソース ID。

(継承元 MachineLearningComputeProperties)

適用対象