GetMachineLearningDatasetPlainArgs

data class GetMachineLearningDatasetPlainArgs(val datasetName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetMachineLearningDatasetPlainArgs>

Constructors

Link copied to clipboard
fun GetMachineLearningDatasetPlainArgs(datasetName: String, resourceGroupName: String, workspaceName: String)

Functions

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

Properties

Link copied to clipboard

The Dataset name.

Link copied to clipboard

Name of the resource group in which workspace is located.

Link copied to clipboard

Name of Azure Machine Learning workspace.