AzureMLUpdateResourceActivity Constructors

Definition

Overloads

AzureMLUpdateResourceActivity()

Initializes a new instance of the AzureMLUpdateResourceActivity class.

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

Initializes a new instance of the AzureMLUpdateResourceActivity class.

AzureMLUpdateResourceActivity()

Initializes a new instance of the AzureMLUpdateResourceActivity class.

public AzureMLUpdateResourceActivity ();
Public Sub New ()

Applies to

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

Initializes a new instance of the AzureMLUpdateResourceActivity class.

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)

Parameters

name
String

Activity name.

trainedModelName
Object

Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).

trainedModelLinkedServiceName
LinkedServiceReference

Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.

trainedModelFilePath
Object

The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the update operation. Type: string (or Expression with resultType string).

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

description
String

Activity description.

dependsOn
IList<ActivityDependency>

Activity depends on condition.

userProperties
IList<UserProperty>

Activity user properties.

linkedServiceName
LinkedServiceReference

Linked service reference.

policy
ActivityPolicy

Activity policy.

Applies to