ModelSummary

The summary of a model available to an Amazon Q in Connect assistant.

Types

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

Properties

Link copied to clipboard

The cross-region availability status of the model. NONE indicates the model is only available in a single region, REGIONAL indicates the model is available through regional inference, and GLOBAL indicates the model is available through global cross-region inference.

Link copied to clipboard

The display name of the model.

Link copied to clipboard

The timestamp when the model will reach end of life and no longer be available for use.

Link copied to clipboard

The timestamp when the model lifecycle will transition from ACTIVE to LEGACY.

Link copied to clipboard

The identifier of the model.

Link copied to clipboard

The current lifecycle of the model. ACTIVE indicates the model is recommended for use and LEGACY indicates the model is still usable but is deprecated.

Link copied to clipboard

The list of AI Prompt types that the model supports.

Link copied to clipboard

Whether the model supports prompt caching.

Functions

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