ListCustomModelDeploymentsRequest

Types

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

Properties

Link copied to clipboard

Filters deployments created after the specified date and time.

Link copied to clipboard

Filters deployments created before the specified date and time.

Link copied to clipboard

The maximum number of results to return in a single call.

Link copied to clipboard

Filters deployments by the Amazon Resource Name (ARN) of the associated custom model.

Link copied to clipboard

Filters deployments whose names contain the specified string.

Link copied to clipboard

The token for the next set of results. Use this token to retrieve additional results when the response is truncated.

Link copied to clipboard

The field to sort the results by. The only supported value is CreationTime.

Link copied to clipboard

The sort order for the results. Valid values are Ascending and Descending. Default is Descending.

Link copied to clipboard

Filters deployments by status. Valid values are CREATING, ACTIVE, and FAILED.

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