Uses of Class
software.amazon.awssdk.services.bedrock.model.UpdateMarketplaceModelEndpointRequest
-
Packages that use UpdateMarketplaceModelEndpointRequest Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.software.amazon.awssdk.services.bedrock.transform -
-
Uses of UpdateMarketplaceModelEndpointRequest in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock with parameters of type UpdateMarketplaceModelEndpointRequest Modifier and Type Method Description default CompletableFuture<UpdateMarketplaceModelEndpointResponse>BedrockAsyncClient. updateMarketplaceModelEndpoint(UpdateMarketplaceModelEndpointRequest 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. -
Uses of UpdateMarketplaceModelEndpointRequest in software.amazon.awssdk.services.bedrock.transform
Methods in software.amazon.awssdk.services.bedrock.transform with parameters of type UpdateMarketplaceModelEndpointRequest Modifier and Type Method Description SdkHttpFullRequestUpdateMarketplaceModelEndpointRequestMarshaller. marshall(UpdateMarketplaceModelEndpointRequest updateMarketplaceModelEndpointRequest)
-