AzureMLBatchScoringActivity Class

Definition

Azure ML Web Service batch scoring activity. See also AzureMLBatchExecutionActivity for more flexible options.

[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("AzureMLBatchScoring")]
public class AzureMLBatchScoringActivity : Microsoft.Azure.Management.DataFactories.Models.ActivityTypeProperties
Inheritance
AzureMLBatchScoringActivity
Attributes

Constructors

AzureMLBatchScoringActivity()
AzureMLBatchScoringActivity(IDictionary<String,String>)

Properties

WebServiceParameters

Key,Value pairs to be passed to the Azure ML Batch Execution Service Endpoint (these are also referred to as GlobalParameters). Keys must match the names of web service parameters defined in published the Azure ML web service. Values may include ADF macros to be resolved at each slice execution time.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)