AzureMLUpdateResourceActivity Class
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.
Azure ML Update Resource management activity.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AzureMLUpdateResource")]
public class AzureMLUpdateResourceActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AzureMLUpdateResource")>]
type AzureMLUpdateResourceActivity = class
inherit ExecutionActivity
Public Class AzureMLUpdateResourceActivity
Inherits ExecutionActivity
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
AzureMLUpdateResourceActivity() |
Initializes a new instance of the AzureMLUpdateResourceActivity class. |
AzureMLUpdateResourceActivity(String, Object, LinkedServiceReference, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy) |
Initializes a new instance of the AzureMLUpdateResourceActivity class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from Activity) |
DependsOn |
Gets or sets activity depends on condition. (Inherited from Activity) |
Description |
Gets or sets activity description. (Inherited from Activity) |
LinkedServiceName |
Gets or sets linked service reference. (Inherited from ExecutionActivity) |
Name |
Gets or sets activity name. (Inherited from Activity) |
Policy |
Gets or sets activity policy. (Inherited from ExecutionActivity) |
TrainedModelFilePath |
Gets or sets 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). |
TrainedModelLinkedServiceName |
Gets or sets name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation. |
TrainedModelName |
Gets or sets name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string). |
UserProperties |
Gets or sets activity user properties. (Inherited from Activity) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET