次の方法で共有


MachineLearningComputeInstance クラス

定義

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

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

コンストラクター

MachineLearningComputeInstance()

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

プロパティ

ComputeLocation

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

(継承元 MachineLearningComputeProperties)
CreatedOn

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

(継承元 MachineLearningComputeProperties)
Description

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

(継承元 MachineLearningComputeProperties)
DisableLocalAuth

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

(継承元 MachineLearningComputeProperties)
IsAttachedCompute

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

(継承元 MachineLearningComputeProperties)
ModifiedOn

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

(継承元 MachineLearningComputeProperties)
Properties

ComputeInstance のプロパティ。

ProvisioningErrors

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

(継承元 MachineLearningComputeProperties)
ProvisioningState

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

(継承元 MachineLearningComputeProperties)
ResourceId

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

(継承元 MachineLearningComputeProperties)

適用対象