ListModelCardsRequest

Types

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

Properties

Link copied to clipboard

Only list model cards that were created after the time specified.

Link copied to clipboard

Only list model cards that were created before the time specified.

Link copied to clipboard

The maximum number of model cards to list.

Link copied to clipboard

Only list model cards with the specified approval status.

Link copied to clipboard

Only list model cards with names that contain the specified string.

Link copied to clipboard

If the response to a previous ListModelCards request was truncated, the response includes a NextToken. To retrieve the next set of model cards, use the token in the next request.

Link copied to clipboard

Sort model cards by either name or creation time. Sorts by creation time by default.

Link copied to clipboard

Sort model cards by ascending or descending order.

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