getCompute

Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them. Azure REST API version: 2023-04-01. Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01.

Return

Machine Learning compute object wrapped into ARM resource envelope.

Parameters

argument

null


suspend fun getCompute(computeName: String, resourceGroupName: String, workspaceName: String): GetComputeResult

Return

Machine Learning compute object wrapped into ARM resource envelope.

See also

Parameters

computeName

Name of the Azure Machine Learning compute.

resourceGroupName

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

workspaceName

Name of Azure Machine Learning workspace.


suspend fun getCompute(argument: suspend GetComputePlainArgsBuilder.() -> Unit): GetComputeResult

Return

Machine Learning compute object wrapped into ARM resource envelope.

See also

Parameters

argument

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