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, object trainedModelName, Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference trainedModelLinkedServiceName, object trainedModelFilePath);
new Azure.Analytics.Synapse.Artifacts.Models.AzureMLUpdateResourceActivity : string * obj * Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference * obj -> Azure.Analytics.Synapse.Artifacts.Models.AzureMLUpdateResourceActivity
Public Sub New (name As String, trainedModelName As Object, trainedModelLinkedServiceName As LinkedServiceReference, trainedModelFilePath As Object)
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).
Exceptions
name
, trainedModelName
, trainedModelLinkedServiceName
or trainedModelFilePath
is null.
Applies to
Azure SDK for .NET