get Machine Learning Compute
suspend fun getMachineLearningCompute(argument: GetMachineLearningComputePlainArgs): GetMachineLearningComputeResult
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
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 getMachineLearningCompute(argument: suspend GetMachineLearningComputePlainArgsBuilder.() -> Unit): GetMachineLearningComputeResult
Return
Machine Learning compute object wrapped into ARM resource envelope.
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.GetMachineLearningComputePlainArgs.