Package-level declarations

Types

Link copied to clipboard
class CommitmentPlan : KotlinCustomResource

An Azure ML commitment plan resource. Uses Azure REST API version 2016-05-01-preview. In version 1.x of the Azure Native provider, it used API version 2016-05-01-preview.

Link copied to clipboard
data class CommitmentPlanArgs(val commitmentPlanName: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<ResourceSkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CommitmentPlanArgs>

An Azure ML commitment plan resource. Uses Azure REST API version 2016-05-01-preview. In version 1.x of the Azure Native provider, it used API version 2016-05-01-preview.

Link copied to clipboard
Link copied to clipboard
object CommitmentPlanMapper : ResourceMapper<CommitmentPlan>
Link copied to clipboard
Link copied to clipboard
class WebService : KotlinCustomResource

Instance of an Azure ML web service resource. Uses Azure REST API version 2017-01-01. In version 1.x of the Azure Native provider, it used API version 2017-01-01. Other available API versions: 2016-05-01-preview.

Link copied to clipboard
data class WebServiceArgs(val location: Output<String>? = null, val properties: Output<WebServicePropertiesForGraphArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val webServiceName: Output<String>? = null) : ConvertibleToJava<WebServiceArgs>

Instance of an Azure ML web service resource. Uses Azure REST API version 2017-01-01. In version 1.x of the Azure Native provider, it used API version 2017-01-01. Other available API versions: 2016-05-01-preview.

Link copied to clipboard
Link copied to clipboard
object WebServiceMapper : ResourceMapper<WebService>
Link copied to clipboard
Link copied to clipboard
class Workspace : KotlinCustomResource

An object that represents a machine learning workspace. Uses Azure REST API version 2019-10-01. In version 1.x of the Azure Native provider, it used API version 2016-04-01.

Link copied to clipboard
data class WorkspaceArgs(val keyVaultIdentifierId: Output<String>? = null, val location: Output<String>? = null, val ownerEmail: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null, val userStorageAccountId: Output<String>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<WorkspaceArgs>

An object that represents a machine learning workspace. Uses Azure REST API version 2019-10-01. In version 1.x of the Azure Native provider, it used API version 2016-04-01.

Link copied to clipboard
Link copied to clipboard
object WorkspaceMapper : ResourceMapper<Workspace>
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun webService(name: String, block: suspend WebServiceResourceBuilder.() -> Unit): WebService
Link copied to clipboard
suspend fun workspace(name: String, block: suspend WorkspaceResourceBuilder.() -> Unit): Workspace