ListFeaturesetVersionFeaturesPlainArgs

data class ListFeaturesetVersionFeaturesPlainArgs(val name: String, val resourceGroupName: String, val skip: String? = null, val tags: String? = null, val version: String, val workspaceName: String) : ConvertibleToJava<ListFeaturesetVersionFeaturesPlainArgs>

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String, skip: String? = null, tags: String? = null, version: String, workspaceName: String)

Properties

Link copied to clipboard

Featureset name. This is case-sensitive.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard
val skip: String? = null

Continuation token for pagination.

Link copied to clipboard
val tags: String? = null

Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2

Link copied to clipboard

Featureset Version identifier. This is case-sensitive.

Link copied to clipboard

Name of Azure Machine Learning workspace.

Functions

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