DescribeMlModelsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eq: String?

The equal to operator. The MLModel results will have FilterVariable values that exactly match the value specified with EQ.

Link copied to clipboard

Use one of the following variables to filter a list of MLModel:

Link copied to clipboard
val ge: String?

The greater than or equal to operator. The MLModel results will have FilterVariable values that are greater than or equal to the value specified with GE.

Link copied to clipboard
val gt: String?

The greater than operator. The MLModel results will have FilterVariable values that are greater than the value specified with GT.

Link copied to clipboard
val le: String?

The less than or equal to operator. The MLModel results will have FilterVariable values that are less than or equal to the value specified with LE.

Link copied to clipboard
val limit: Int?

The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.

Link copied to clipboard
val lt: String?

The less than operator. The MLModel results will have FilterVariable values that are less than the value specified with LT.

Link copied to clipboard
val ne: String?

The not equal to operator. The MLModel results will have FilterVariable values not equal to the value specified with NE.

Link copied to clipboard

The ID of the page in the paginated results.

Link copied to clipboard

A string that is found at the beginning of a variable, such as Name or Id.

Link copied to clipboard

A two-value parameter that determines the sequence of the resulting list of MLModel.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String