AzureMLUpdateResourceActivity
Class
Definition
ADF Activity for updating the Trained Model module of an Azure ML Web service endpoint with a new trained model. See https://azure.microsoft.com/documentation/articles/machine-learning-retrain-models-programmatically/ for information on how to create retrainable Azure Machine Learning services. You can create an ADF Pipeline with an AzureMLBatchExecutionActivity to perform retraining and produce a new iLearner in an output Dataset, then use that Dataset as input to this Activity to patch a batch scoring endpoint.
The Azure ML Linked Service for this activity must contain the management URL and API key.
[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("AzureMLUpdateResource")]
public class AzureMLUpdateResourceActivity : Microsoft.Azure.Management.DataFactories.Models.ActivityTypeProperties
- Inheritance
- Attributes
Constructors
| AzureMLUpdateResourceActivity() | |
| AzureMLUpdateResourceActivity(String, String) |
Properties
| TrainedModelDatasetName |
Required. Name of ADF Blob Dataset representing the iLearner file that will be uploaded by the update operation. The Dataset must be included in this Activity's Pipeline Inputs. |
| TrainedModelName |
Required. Name of the Trained Model module in the experiment graph to be updated. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |