Skip to content

Bedrock Agent  >  Enums  >  EmbeddingModelType

EmbeddingModelType

Enum Class

EmbeddingModelType

Bases: UnknownEnumMixin, StrEnum

Choose CUSTOM to provide your own Bedrock embedding model ARN. Choose MANAGED to use a service-managed embedding model. For more information, see Embedding model options.

Attributes

CUSTOM class-attribute instance-attribute
CUSTOM = 'CUSTOM'
MANAGED class-attribute instance-attribute
MANAGED = 'MANAGED'