Skip to content

Bedrock  >  Structures  >  MarketplaceModelEndpointSummary

MarketplaceModelEndpointSummary

Structure Class

MarketplaceModelEndpointSummary dataclass

Provides a summary of an endpoint for a model from Amazon Bedrock Marketplace.

Attributes

created_at instance-attribute
created_at: datetime

The timestamp when the endpoint was created.

endpoint_arn instance-attribute
endpoint_arn: str

The Amazon Resource Name (ARN) of the endpoint.

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.

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.