Uses of Class
software.amazon.awssdk.services.bedrock.model.CreateMarketplaceModelEndpointResponse
-
Packages that use CreateMarketplaceModelEndpointResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of CreateMarketplaceModelEndpointResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return CreateMarketplaceModelEndpointResponse Modifier and Type Method Description default CreateMarketplaceModelEndpointResponseBedrockClient. createMarketplaceModelEndpoint(Consumer<CreateMarketplaceModelEndpointRequest.Builder> createMarketplaceModelEndpointRequest)Creates an endpoint for a model from Amazon Bedrock Marketplace.default CreateMarketplaceModelEndpointResponseBedrockClient. createMarketplaceModelEndpoint(CreateMarketplaceModelEndpointRequest createMarketplaceModelEndpointRequest)Creates an endpoint for a model from Amazon Bedrock Marketplace.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type CreateMarketplaceModelEndpointResponse Modifier and Type Method Description default CompletableFuture<CreateMarketplaceModelEndpointResponse>BedrockAsyncClient. createMarketplaceModelEndpoint(Consumer<CreateMarketplaceModelEndpointRequest.Builder> createMarketplaceModelEndpointRequest)Creates an endpoint for a model from Amazon Bedrock Marketplace.default CompletableFuture<CreateMarketplaceModelEndpointResponse>BedrockAsyncClient. createMarketplaceModelEndpoint(CreateMarketplaceModelEndpointRequest createMarketplaceModelEndpointRequest)Creates an endpoint for a model from Amazon Bedrock Marketplace.
-