Skip to content

Bedrock  >  Operations  >  update_marketplace_model_endpoint

update_marketplace_model_endpoint

Operation

update_marketplace_model_endpoint async

update_marketplace_model_endpoint(input: UpdateMarketplaceModelEndpointInput, plugins: list[Plugin] | None = None) -> UpdateMarketplaceModelEndpointOutput

Updates the configuration of an existing endpoint for a model from Amazon Bedrock Marketplace.

Parameters:

Name Type Description Default
input UpdateMarketplaceModelEndpointInput

An instance of UpdateMarketplaceModelEndpointInput.

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
UpdateMarketplaceModelEndpointOutput

An instance of UpdateMarketplaceModelEndpointOutput.

Input

UpdateMarketplaceModelEndpointInput dataclass

Dataclass for UpdateMarketplaceModelEndpointInput structure.

Attributes

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

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This token is listed as not required because Amazon Web Services SDKs automatically generate it for you and set this parameter. If you're not using the Amazon Web Services SDK or the CLI, you must provide this token or the action will fail.

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

The Amazon Resource Name (ARN) of the endpoint you want to update.

endpoint_config class-attribute instance-attribute
endpoint_config: EndpointConfig | None = None

The new configuration for the endpoint, including the number and type of instances to use.

Output

UpdateMarketplaceModelEndpointOutput dataclass

Dataclass for UpdateMarketplaceModelEndpointOutput structure.

Attributes

marketplace_model_endpoint instance-attribute
marketplace_model_endpoint: MarketplaceModelEndpoint

Details about the updated endpoint.