AzureMLUpdateResourceActivity Class

Definition

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
AzureMLUpdateResourceActivity
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