getMachineLearningDataset

Get a Dataset by name. Uses Azure REST API version 2020-05-01-preview.

Return

Machine Learning dataset object wrapped into ARM resource envelope.

Parameters

argument

null


suspend fun getMachineLearningDataset(datasetName: String, resourceGroupName: String, workspaceName: String): GetMachineLearningDatasetResult

Return

Machine Learning dataset object wrapped into ARM resource envelope.

Parameters

datasetName

The Dataset name.

resourceGroupName

Name of the resource group in which workspace is located.

workspaceName

Name of Azure Machine Learning workspace.

See also


Return

Machine Learning dataset object wrapped into ARM resource envelope.

Parameters

argument

Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.GetMachineLearningDatasetPlainArgs.

See also