GetWebServiceResult

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
constructor(id: String, location: String, name: String, properties: WebServicePropertiesForGraphResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Specifies the resource ID.

Link copied to clipboard

Specifies the location of the resource.

Link copied to clipboard

Specifies the name of the resource.

Link copied to clipboard

Contains the property payload that describes the web service.

Link copied to clipboard
val tags: Map<String, String>? = null

Contains resource tags defined as key/value pairs.

Link copied to clipboard

Specifies the type of the resource.