AzureMLBatchExecutionActivityResponse

data class AzureMLBatchExecutionActivityResponse(val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val globalParameters: Map<String, Any>? = null, val linkedServiceName: LinkedServiceReferenceResponse? = null, val name: String, val onInactiveMarkAs: String? = null, val policy: ActivityPolicyResponse? = null, val state: String? = null, val type: String, val userProperties: List<UserPropertyResponse>? = null, val webServiceInputs: Map<String, AzureMLWebServiceFileResponse>? = null, val webServiceOutputs: Map<String, AzureMLWebServiceFileResponse>? = null)

Azure ML Batch Execution activity.

Constructors

Link copied to clipboard
constructor(dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, globalParameters: Map<String, Any>? = null, linkedServiceName: LinkedServiceReferenceResponse? = null, name: String, onInactiveMarkAs: String? = null, policy: ActivityPolicyResponse? = null, state: String? = null, type: String, userProperties: List<UserPropertyResponse>? = null, webServiceInputs: Map<String, AzureMLWebServiceFileResponse>? = null, webServiceOutputs: Map<String, AzureMLWebServiceFileResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Activity depends on condition.

Link copied to clipboard
val description: String? = null

Activity description.

Link copied to clipboard

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.

Link copied to clipboard

Linked service reference.

Link copied to clipboard

Activity name.

Link copied to clipboard

Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.

Link copied to clipboard

Activity policy.

Link copied to clipboard
val state: String? = null

Activity state. This is an optional property and if not provided, the state will be Active by default.

Link copied to clipboard

Type of activity. Expected value is 'AzureMLBatchExecution'.

Link copied to clipboard

Activity user properties.

Link copied to clipboard

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.

Link copied to clipboard

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.