ListTrainedModelVersionsRequest

Types

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

Properties

Link copied to clipboard

The maximum number of trained model versions to return in a single page. The default value is 10, and the maximum value is 100.

Link copied to clipboard

The membership identifier for the collaboration that contains the trained model.

Link copied to clipboard

The pagination token from a previous ListTrainedModelVersions request. Use this token to retrieve the next page of results.

Link copied to clipboard

Filter the results to only include trained model versions with the specified status. Valid values include CREATE_PENDING, CREATE_IN_PROGRESS, ACTIVE, CREATE_FAILED, and others.

Link copied to clipboard

The Amazon Resource Name (ARN) of the trained model for which to list versions.

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