AzureMLBatchExecutionActivity 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 Batch Execution activity.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AzureMLBatchExecution")]
public class AzureMLBatchExecutionActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AzureMLBatchExecution")>]
type AzureMLBatchExecutionActivity = class
inherit ExecutionActivity
Public Class AzureMLBatchExecutionActivity
Inherits ExecutionActivity
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
AzureMLBatchExecutionActivity() |
Initializes a new instance of the AzureMLBatchExecutionActivity class. |
AzureMLBatchExecutionActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IDictionary<String,Object>, IDictionary<String, AzureMLWebServiceFile>, IDictionary<String,AzureMLWebServiceFile>) |
Initializes a new instance of the AzureMLBatchExecutionActivity 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) |
GlobalParameters |
Gets or sets key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint. Keys must match the names of web service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters property of the Azure ML batch execution request. |
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) |
UserProperties |
Gets or sets activity user properties. (Inherited from Activity) |
WebServiceInputs |
Gets or sets key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request. |
WebServiceOutputs |
Gets or sets key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET