globalParameters

@JvmName(name = "pdcdtukisfxddqvb")
suspend fun globalParameters(value: Output<Map<String, Any>>)
@JvmName(name = "arunoumpoidileup")
suspend fun globalParameters(value: Map<String, Any>?)

Parameters

value

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.


@JvmName(name = "qodwkitwnruveemg")
fun globalParameters(vararg values: Pair<String, Any>)

Parameters

values

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.