Skip to content

Bedrock  >  Structures  >  MarketplaceModelEndpoint

MarketplaceModelEndpoint

Structure Class

MarketplaceModelEndpoint dataclass

Contains details about an endpoint for a model from Amazon Bedrock Marketplace.

Attributes

created_at instance-attribute
created_at: datetime

The timestamp when the endpoint was registered.

endpoint_arn instance-attribute
endpoint_arn: str

The Amazon Resource Name (ARN) of the endpoint.

endpoint_config instance-attribute
endpoint_config: EndpointConfig

The configuration of the endpoint, including the number and type of instances used.

endpoint_status instance-attribute
endpoint_status: str

The current status of the endpoint (e.g., Creating, InService, Updating, Failed).

endpoint_status_message class-attribute instance-attribute
endpoint_status_message: str | None = None

Additional information about the endpoint status, if available.

model_source_identifier instance-attribute
model_source_identifier: str

The ARN of the model from Amazon Bedrock Marketplace that is deployed on this endpoint.

status class-attribute instance-attribute
status: Status | None = None

The overall status of the endpoint in Amazon Bedrock Marketplace (e.g., ACTIVE, INACTIVE).

status_message class-attribute instance-attribute
status_message: str | None = None

Additional information about the overall status, if available.

updated_at instance-attribute
updated_at: datetime

The timestamp when the endpoint was last updated.