MarketplaceModelEndpointSummary¶
Structure Class¶
MarketplaceModelEndpointSummary
dataclass
¶
Provides a summary of an endpoint for a model from Amazon Bedrock Marketplace.
Attributes¶
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.