getMachineLearningCompute

Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them. API Version: 2021-01-01.

Return

Machine Learning compute object wrapped into ARM resource envelope.

Parameters

argument

null


suspend fun getMachineLearningCompute(computeName: String, resourceGroupName: String, workspaceName: String): GetMachineLearningComputeResult

Return

Machine Learning compute object wrapped into ARM resource envelope.

Parameters

computeName

Name of the Azure Machine Learning compute.

resourceGroupName

Name of the resource group in which workspace is located.

workspaceName

Name of Azure Machine Learning workspace.

See also


Return

Machine Learning compute object wrapped into ARM resource envelope.

Parameters

argument

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

See also