次の方法で共有


AzureMLUpdateResourceActivity コンストラクター

定義

オーバーロード

AzureMLUpdateResourceActivity()

AzureMLUpdateResourceActivity クラスの新しいインスタンスを初期化します。

AzureMLUpdateResourceActivity(String, Object, LinkedServiceReference, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy)

AzureMLUpdateResourceActivity クラスの新しいインスタンスを初期化します。

AzureMLUpdateResourceActivity()

AzureMLUpdateResourceActivity クラスの新しいインスタンスを初期化します。

public AzureMLUpdateResourceActivity ();
Public Sub New ()

適用対象

AzureMLUpdateResourceActivity(String, Object, LinkedServiceReference, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy)

AzureMLUpdateResourceActivity クラスの新しいインスタンスを初期化します。

public AzureMLUpdateResourceActivity (string name, object trainedModelName, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference trainedModelLinkedServiceName, object trainedModelFilePath, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureMLUpdateResourceActivity : string * obj * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * obj * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy -> Microsoft.Azure.Management.DataFactory.Models.AzureMLUpdateResourceActivity
Public Sub New (name As String, trainedModelName As Object, trainedModelLinkedServiceName As LinkedServiceReference, trainedModelFilePath As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing)

パラメーター

name
String

アクティビティ名。

trainedModelName
Object

更新する Web サービス実験のトレーニング済みモデル モジュールの名前。 型: string (または resultType 文字列を含む式)。

trainedModelLinkedServiceName
LinkedServiceReference

更新操作によってアップロードされる .ilearner ファイルを保持する Azure Storage のリンクされたサービスの名前。

trainedModelFilePath
Object

更新操作によってアップロードされる .ilearner ファイルを表す trainedModelLinkedService の相対ファイル パス。 型: string (または resultType 文字列を含む式)。

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

description
String

アクティビティの説明。

dependsOn
IList<ActivityDependency>

アクティビティは条件によって異なります。

userProperties
IList<UserProperty>

アクティビティ ユーザーのプロパティ。

linkedServiceName
LinkedServiceReference

リンクされたサービス参照。

policy
ActivityPolicy

アクティビティ ポリシー。

適用対象