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 |
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 |
Input¶
GetMarketplaceModelEndpointInput
dataclass
¶
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.