ListModelCopyJobsRequest

Types

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

Properties

Link copied to clipboard

Filters for model copy jobs created after the specified time.

Link copied to clipboard

Filters for model copy jobs created before the specified time.

Link copied to clipboard

The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken field when making another request to return the next batch of results.

Link copied to clipboard

If the total number of results is greater than the maxResults value provided in the request, enter the token returned in the nextToken field in the response in this field to return the next batch of results.

Link copied to clipboard

The field to sort by in the returned list of model copy jobs.

Link copied to clipboard

Specifies whether to sort the results in ascending or descending order.

Link copied to clipboard

Filters for model copy jobs in which the account that the source model belongs to is equal to the value that you specify.

Link copied to clipboard

Filters for model copy jobs in which the Amazon Resource Name (ARN) of the source model to is equal to the value that you specify.

Link copied to clipboard

Filters for model copy jobs whose status matches the value that you specify.

Link copied to clipboard

Filters for model copy jobs in which the name of the copied model contains the string that you specify.

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