ListModelsRequest

Types

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

Properties

Link copied to clipboard

The type of the AI Prompt to filter models by. When specified, only models that support the given AI Prompt type are returned.

Link copied to clipboard

The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN. The assistant's region determines which models are available.

Link copied to clipboard

The maximum number of results to return per page.

Link copied to clipboard

The lifecycle status of models to filter by. When specified, only models with the given lifecycle status are returned.

Link copied to clipboard

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Functions

Link copied to clipboard
inline fun copy(block: ListModelsRequest.Builder.() -> Unit = {}): ListModelsRequest
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