GetAKSServicePlainArgs

data class GetAKSServicePlainArgs(val expand: Boolean? = null, val resourceGroupName: String, val serviceName: String, val workspaceName: String) : ConvertibleToJava<GetAKSServicePlainArgs>

Constructors

Link copied to clipboard
fun GetAKSServicePlainArgs(expand: Boolean? = null, resourceGroupName: String, serviceName: String, workspaceName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetAKSServicePlainArgs

Properties

Link copied to clipboard
val expand: Boolean? = null

Set to True to include Model details.

Link copied to clipboard

Name of the resource group in which workspace is located.

Link copied to clipboard

Name of the Azure Machine Learning service.

Link copied to clipboard

Name of Azure Machine Learning workspace.