Uses of Class
software.amazon.awssdk.services.bedrock.model.UpdateMarketplaceModelEndpointResponse
-
Packages that use UpdateMarketplaceModelEndpointResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of UpdateMarketplaceModelEndpointResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return UpdateMarketplaceModelEndpointResponse Modifier and Type Method Description default UpdateMarketplaceModelEndpointResponseBedrockClient. updateMarketplaceModelEndpoint(Consumer<UpdateMarketplaceModelEndpointRequest.Builder> updateMarketplaceModelEndpointRequest)Updates the configuration of an existing endpoint for a model from Amazon Bedrock Marketplace.default UpdateMarketplaceModelEndpointResponseBedrockClient. updateMarketplaceModelEndpoint(UpdateMarketplaceModelEndpointRequest updateMarketplaceModelEndpointRequest)Updates the configuration of an existing endpoint for a model from Amazon Bedrock Marketplace.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type UpdateMarketplaceModelEndpointResponse Modifier and Type Method Description default CompletableFuture<UpdateMarketplaceModelEndpointResponse>BedrockAsyncClient. updateMarketplaceModelEndpoint(Consumer<UpdateMarketplaceModelEndpointRequest.Builder> updateMarketplaceModelEndpointRequest)Updates the configuration of an existing endpoint for a model from Amazon Bedrock Marketplace.default CompletableFuture<UpdateMarketplaceModelEndpointResponse>BedrockAsyncClient. updateMarketplaceModelEndpoint(UpdateMarketplaceModelEndpointRequest updateMarketplaceModelEndpointRequest)Updates the configuration of an existing endpoint for a model from Amazon Bedrock Marketplace.
-