ListCustomModelDeploymentsRequest
Types
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 field to sort the results by. The only supported value is CreationTime
.
Link copied to clipboard
Filters deployments by status. Valid values are CREATING
, ACTIVE
, and FAILED
.
Functions
Link copied to clipboard
inline fun copy(block: ListCustomModelDeploymentsRequest.Builder.() -> Unit = {}): ListCustomModelDeploymentsRequest