ListMachineLearningComputeNodesResult

data class ListMachineLearningComputeNodesResult(val computeType: String, val nextLink: String, val nodes: List<AmlComputeNodeInformationResponse>)

Compute node information related to a AmlCompute.

Constructors

Link copied to clipboard
constructor(computeType: String, nextLink: String, nodes: List<AmlComputeNodeInformationResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of compute Expected value is 'AmlCompute'.

Link copied to clipboard

The continuation token.

Link copied to clipboard

The collection of returned AmlCompute nodes details.