Uses of Class
com.azure.resourcemanager.datafactory.models.AzureMLUpdateResourceActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureMLUpdateResourceActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureMLUpdateResourceActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.AzureMLUpdateResourceActivity.withDescription
(String description) Set the description property: Activity description.AzureMLUpdateResourceActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.AzureMLUpdateResourceActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.AzureMLUpdateResourceActivity.withTrainedModelFilePath
(Object trainedModelFilePath) Set the trainedModelFilePath property: The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the update operation.AzureMLUpdateResourceActivity.withTrainedModelLinkedServiceName
(LinkedServiceReference trainedModelLinkedServiceName) Set the trainedModelLinkedServiceName property: Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.AzureMLUpdateResourceActivity.withTrainedModelName
(Object trainedModelName) Set the trainedModelName property: Name of the Trained Model module in the Web Service experiment to be updated.AzureMLUpdateResourceActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.