ListInferenceGroupDeltaModelsAsyncResult

data class ListInferenceGroupDeltaModelsAsyncResult(val nextLink: String? = null, val value: List<String>? = null)

A paginated list of String entities.

Constructors

Link copied to clipboard
constructor(nextLink: String? = null, value: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

The link to the next page of String objects. If null, there are no additional pages.

Link copied to clipboard
val value: List<String>? = null

An array of objects of type String.