Get Web Service Result
data class GetWebServiceResult(val id: String, val location: String, val name: String, val properties: WebServicePropertiesForGraphResponse, val tags: Map<String, String>? = null, val type: String)
Instance of an Azure ML web service resource.
Constructors
Link copied to clipboard
fun GetWebServiceResult(id: String, location: String, name: String, properties: WebServicePropertiesForGraphResponse, tags: Map<String, String>? = null, type: String)