webServiceInputs

@JvmName(name = "rukliugttbcygqll")
suspend fun webServiceInputs(value: Output<Map<String, AzureMLWebServiceFileArgs>>)
@JvmName(name = "mvqqxiikpltisaig")
suspend fun webServiceInputs(value: Map<String, AzureMLWebServiceFileArgs>?)

Parameters

value

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.


@JvmName(name = "aotpwomcffrhpnwk")
suspend fun webServiceInputs(vararg argument: Pair<String, suspend AzureMLWebServiceFileArgsBuilder.() -> Unit>)

Parameters

argument

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.


@JvmName(name = "aycoyssyxxvbmyct")
fun webServiceInputs(vararg values: Pair<String, AzureMLWebServiceFileArgs>)

Parameters

values

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.