PaginatedComputeResourcesList interface
Paginated list of Machine Learning compute objects wrapped in ARM resource envelope.
Properties
next |
A continuation link (absolute URI) to the next page of results in the list. |
value | An array of Machine Learning compute objects wrapped in ARM resource envelope. |
Property Details
nextLink
A continuation link (absolute URI) to the next page of results in the list.
nextLink?: string
Property Value
string
value
An array of Machine Learning compute objects wrapped in ARM resource envelope.
value?: ComputeResource[]