Uses of Class
software.amazon.awssdk.services.bedrock.model.GetMarketplaceModelEndpointResponse
-
Packages that use GetMarketplaceModelEndpointResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of GetMarketplaceModelEndpointResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return GetMarketplaceModelEndpointResponse Modifier and Type Method Description default GetMarketplaceModelEndpointResponseBedrockClient. getMarketplaceModelEndpoint(Consumer<GetMarketplaceModelEndpointRequest.Builder> getMarketplaceModelEndpointRequest)Retrieves details about a specific endpoint for a model from Amazon Bedrock Marketplace.default GetMarketplaceModelEndpointResponseBedrockClient. getMarketplaceModelEndpoint(GetMarketplaceModelEndpointRequest getMarketplaceModelEndpointRequest)Retrieves details about a specific endpoint for a model from Amazon Bedrock Marketplace.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type GetMarketplaceModelEndpointResponse Modifier and Type Method Description default CompletableFuture<GetMarketplaceModelEndpointResponse>BedrockAsyncClient. getMarketplaceModelEndpoint(Consumer<GetMarketplaceModelEndpointRequest.Builder> getMarketplaceModelEndpointRequest)Retrieves details about a specific endpoint for a model from Amazon Bedrock Marketplace.default CompletableFuture<GetMarketplaceModelEndpointResponse>BedrockAsyncClient. getMarketplaceModelEndpoint(GetMarketplaceModelEndpointRequest getMarketplaceModelEndpointRequest)Retrieves details about a specific endpoint for a model from Amazon Bedrock Marketplace.
-