- Navigation Guide
@aws-sdk/client-bedrock
UpdateMarketplaceModelEndpointCommandInput Interface
The input for UpdateMarketplaceModelEndpointCommand.
Members
Name | Type | Details |
---|---|---|
endpointArn Required | string | undefined | The Amazon Resource Name (ARN) of the endpoint you want to update. |
endpointConfig Required | EndpointConfig | undefined | The new configuration for the endpoint, including the number and type of instances to use. |
clientRequestToken | string | undefined | 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. |
Full Signature
export interface UpdateMarketplaceModelEndpointCommandInput extends UpdateMarketplaceModelEndpointRequest