webServiceOutputs

@JvmName(name = "lombuogtdmphjejb")
suspend fun webServiceOutputs(value: Output<Map<String, AzureMLWebServiceFileArgs>>)
@JvmName(name = "rtkugluybiwmmsms")
suspend fun webServiceOutputs(value: Map<String, AzureMLWebServiceFileArgs>?)

Parameters

value

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.


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

Parameters

argument

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.


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

Parameters

values

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.