Skip to content

Bedrock  >  Operations  >  get_marketplace_model_endpoint

get_marketplace_model_endpoint

Operation

get_marketplace_model_endpoint async

get_marketplace_model_endpoint(input: GetMarketplaceModelEndpointInput, plugins: list[Plugin] | None = None) -> GetMarketplaceModelEndpointOutput

Retrieves details about a specific endpoint for a model from Amazon Bedrock Marketplace.

Parameters:

Name Type Description Default
input GetMarketplaceModelEndpointInput

An instance of GetMarketplaceModelEndpointInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
GetMarketplaceModelEndpointOutput

An instance of GetMarketplaceModelEndpointOutput.

Input

GetMarketplaceModelEndpointInput dataclass

Dataclass for GetMarketplaceModelEndpointInput structure.

Attributes

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

The Amazon Resource Name (ARN) of the endpoint you want to get information about.

Output

GetMarketplaceModelEndpointOutput dataclass

Dataclass for GetMarketplaceModelEndpointOutput structure.

Attributes

marketplace_model_endpoint class-attribute instance-attribute
marketplace_model_endpoint: MarketplaceModelEndpoint | None = None

Details about the requested endpoint.