次の方法で共有


MachineLearningAksCompute クラス

定義

AKS に基づく Machine Learning コンピューティング。

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

コンストラクター

MachineLearningAksCompute()

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

プロパティ

ComputeLocation

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

(継承元 MachineLearningComputeProperties)
CreatedOn

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

(継承元 MachineLearningComputeProperties)
Description

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

(継承元 MachineLearningComputeProperties)
DisableLocalAuth

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

(継承元 MachineLearningComputeProperties)
IsAttachedCompute

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

(継承元 MachineLearningComputeProperties)
ModifiedOn

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

(継承元 MachineLearningComputeProperties)
Properties

AKS プロパティ。

ProvisioningErrors

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

(継承元 MachineLearningComputeProperties)
ProvisioningState

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

(継承元 MachineLearningComputeProperties)
ResourceId

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

(継承元 MachineLearningComputeProperties)

適用対象