MarketplaceModelEndpoint

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

Types

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

Properties

Link copied to clipboard

The timestamp when the endpoint was registered.

Link copied to clipboard

The Amazon Resource Name (ARN) of the endpoint.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Additional information about the endpoint status, if available.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Additional information about the overall status, if available.

Link copied to clipboard

The timestamp when the endpoint was last updated.

Functions

Link copied to clipboard
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