list Machine Learning Compute Keys
suspend fun listMachineLearningComputeKeys(argument: ListMachineLearningComputeKeysPlainArgs): ListMachineLearningComputeKeysResult
Gets secrets related to Machine Learning compute (storage keys, service credentials, etc). API Version: 2021-01-01.
Return
Secrets related to a Machine Learning compute. Might differ for every type of compute.
Parameters
argument
null
suspend fun listMachineLearningComputeKeys(computeName: String, resourceGroupName: String, workspaceName: String): ListMachineLearningComputeKeysResult
Return
Secrets related to a Machine Learning compute. Might differ for every type of compute.
Parameters
compute Name
Name of the Azure Machine Learning compute.
resource Group Name
Name of the resource group in which workspace is located.
workspace Name
Name of Azure Machine Learning workspace.
See also
suspend fun listMachineLearningComputeKeys(argument: suspend ListMachineLearningComputeKeysPlainArgsBuilder.() -> Unit): ListMachineLearningComputeKeysResult
Return
Secrets related to a Machine Learning compute. Might differ for every type of compute.
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.ListMachineLearningComputeKeysPlainArgs.