AzureMLUpdateResourceActivity Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET