List Machine Learning Compute Nodes Result
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
fun ListMachineLearningComputeNodesResult(computeType: String, nextLink: String, nodes: List<AmlComputeNodeInformationResponse>)