Share via


AzureMLUpdateResourceActivity Constructor

Definition

Initializes a new instance of AzureMLUpdateResourceActivity.

public AzureMLUpdateResourceActivity (string name, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> trainedModelName, Azure.Core.Expressions.DataFactory.DataFactoryLinkedServiceReference trainedModelLinkedServiceName, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> trainedModelFilePath);
new Azure.ResourceManager.DataFactory.Models.AzureMLUpdateResourceActivity : string * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryLinkedServiceReference * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.AzureMLUpdateResourceActivity
Public Sub New (name As String, trainedModelName As DataFactoryElement(Of String), trainedModelLinkedServiceName As DataFactoryLinkedServiceReference, trainedModelFilePath As DataFactoryElement(Of String))

Parameters

name
String

Activity name.

trainedModelName
DataFactoryElement<String>

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

trainedModelLinkedServiceName
DataFactoryLinkedServiceReference

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

trainedModelFilePath
DataFactoryElement<String>

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).

Exceptions

name, trainedModelName, trainedModelLinkedServiceName or trainedModelFilePath is null.

Applies to