GetEndpointVariantPlainArgs

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

Constructors

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

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.

Functions

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